Lines Matching defs:data
215 /* Ignore data attribute in dir record. */
505 static int ntfs_test_inode(struct inode *inode, void *data)
507 struct MFT_REF *ref = data;
512 static int ntfs_set_inode(struct inode *inode, void *data)
514 const struct MFT_REF *ref = data;
634 /* Read out of valid data. */
851 struct writeback_control *wbc, void *data)
853 struct address_space *mapping = data;
1049 * This writes both the inode and the file data blocks, waiting
1050 * for in flight data blocks before the start of the call. It
1065 * Write data and metadata corresponding to i1 and i2. The io is
1086 int inode_write_data(struct inode *inode, const void *data, size_t bytes)
1090 /* Write non resident data. */
1102 memcpy(page_address(page), data, op);
1111 data = Add2Ptr(data, PAGE_SIZE);
1470 * Create empty resident data attribute.
1481 * Regular file. Create empty non resident data attribute.
1505 * Node. Create empty resident data attribute.
1582 /* Write non resident data. */
1928 /* Reparse data present. Try to parse it. */