Searched refs:mapping_pairs_offset (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/fs/ntfs/ | 
| D | mft.c | 1432 			le16_to_cpu(a->data.non_resident.mapping_pairs_offset));  in ntfs_mft_bitmap_extend_allocation_nolock() 1453 			le16_to_cpu(a->data.non_resident.mapping_pairs_offset),  in ntfs_mft_bitmap_extend_allocation_nolock() 1539 				a->data.non_resident.mapping_pairs_offset),  in ntfs_mft_bitmap_extend_allocation_nolock() 1541 				a->data.non_resident.mapping_pairs_offset),  in ntfs_mft_bitmap_extend_allocation_nolock() 1864 			le16_to_cpu(a->data.non_resident.mapping_pairs_offset));  in ntfs_mft_data_extend_allocation_nolock() 1890 			le16_to_cpu(a->data.non_resident.mapping_pairs_offset),  in ntfs_mft_data_extend_allocation_nolock() 1971 				a->data.non_resident.mapping_pairs_offset),  in ntfs_mft_data_extend_allocation_nolock() 1973 				a->data.non_resident.mapping_pairs_offset),  in ntfs_mft_data_extend_allocation_nolock()
  | 
| D | attrib.c | 1688 	a->data.non_resident.mapping_pairs_offset = cpu_to_le16(mp_ofs);  in ntfs_attr_make_non_resident() 2283 			le16_to_cpu(a->data.non_resident.mapping_pairs_offset));  in ntfs_attr_extend_allocation() 2303 			le16_to_cpu(a->data.non_resident.mapping_pairs_offset),  in ntfs_attr_extend_allocation() 2448 					mapping_pairs_offset), attr_len -  in ntfs_attr_extend_allocation() 2450 					mapping_pairs_offset), rl2, ll, -1,  in ntfs_attr_extend_allocation()
  | 
| D | file.c | 1090 				a->data.non_resident.mapping_pairs_offset));  in ntfs_prepare_pages_for_non_resident_write() 1118 				a->data.non_resident.mapping_pairs_offset),  in ntfs_prepare_pages_for_non_resident_write() 1316 					mapping_pairs_offset), attr_rec_len -  in ntfs_prepare_pages_for_non_resident_write() 1318 					mapping_pairs_offset), ni->runlist.rl,  in ntfs_prepare_pages_for_non_resident_write()
  | 
| D | inode.c | 945 				a->data.non_resident.mapping_pairs_offset)))) {  in ntfs_read_locked_inode() 1372 				a->data.non_resident.mapping_pairs_offset)))) {  in ntfs_read_locked_attr_inode() 1648 			a->data.non_resident.mapping_pairs_offset)))) {  in ntfs_read_locked_index_inode() 2751 			le16_to_cpu(a->data.non_resident.mapping_pairs_offset));  in ntfs_truncate() 2757 			le16_to_cpu(a->data.non_resident.mapping_pairs_offset),  in ntfs_truncate()
  | 
| D | layout.h | 749 /* 32*/			le16 mapping_pairs_offset; /* Byte offset from the  member
  | 
| D | runlist.c | 776 			attr->data.non_resident.mapping_pairs_offset);  in ntfs_mapping_pairs_decompress()
  |