Home
last modified time | relevance | path

Searched refs:non_resident (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ntfs/
H A Dattrib.c120 if (!a->non_resident) { in ntfs_map_runlist_nolock()
124 end_vcn = le64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_map_runlist_nolock()
129 if (!a->data.non_resident.lowest_vcn && end_vcn <= 0) in ntfs_map_runlist_nolock()
142 le64_to_cpu(a->data.non_resident.lowest_vcn) in ntfs_map_runlist_nolock()
177 WARN_ON(!ctx->attr->non_resident); in ntfs_map_runlist_nolock()
186 end_vcn = le64_to_cpu(a->data.non_resident.highest_vcn) + 1; in ntfs_map_runlist_nolock()
753 if (!a->non_resident) { in ntfs_attr_find()
773 min_len = offsetof(struct attr_record, data.non_resident.initialized_size) + in ntfs_attr_find()
774 sizeof(a->data.non_resident.initialized_size); in ntfs_attr_find()
778 mp_offset = le16_to_cpu(a->data.non_resident.mapping_pairs_offset); in ntfs_attr_find()
[all …]
H A Dea.c626 if (!a->non_resident) in ntfs_new_attr_flags()
629 if (a->data.non_resident.data_size) { in ntfs_new_attr_flags()
637 data.non_resident.compressed_size) + in ntfs_new_attr_flags()
638 sizeof(a->data.non_resident.compressed_size) + 7) & ~7; in ntfs_new_attr_flags()
641 data.non_resident.compressed_size) + 7) & ~7; in ntfs_new_attr_flags()
658 a->data.non_resident.compression_unit = 0; in ntfs_new_attr_flags()
660 a->data.non_resident.compression_unit = 4; in ntfs_new_attr_flags()
661 a->data.non_resident.compressed_size = 0; in ntfs_new_attr_flags()
663 if (a->data.non_resident.compression_unit) { in ntfs_new_attr_flags()
665 (a->data.non_resident.compression_unit + in ntfs_new_attr_flags()
[all …]
H A Dmft.c1271 ll = le64_to_cpu(a->data.non_resident.lowest_vcn); in ntfs_mft_bitmap_extend_allocation_nolock()
1292 le16_to_cpu(a->data.non_resident.mapping_pairs_offset)); in ntfs_mft_bitmap_extend_allocation_nolock()
1304 le16_to_cpu(a->data.non_resident.mapping_pairs_offset), in ntfs_mft_bitmap_extend_allocation_nolock()
1312 a->data.non_resident.highest_vcn = cpu_to_le64(rl[1].vcn - 1); in ntfs_mft_bitmap_extend_allocation_nolock()
1317 if (a->data.non_resident.lowest_vcn) { in ntfs_mft_bitmap_extend_allocation_nolock()
1338 a->data.non_resident.allocated_size = in ntfs_mft_bitmap_extend_allocation_nolock()
1370 a->data.non_resident.highest_vcn = cpu_to_le64(rl[1].vcn - 2); in ntfs_mft_bitmap_extend_allocation_nolock()
1393 a->data.non_resident.mapping_pairs_offset), in ntfs_mft_bitmap_extend_allocation_nolock()
1395 a->data.non_resident.mapping_pairs_offset), in ntfs_mft_bitmap_extend_allocation_nolock()
1477 a->data.non_resident.initialized_size = in ntfs_mft_bitmap_extend_initialized_nolock()
[all …]
H A Dfile.c203 } else if (ctx->attr->non_resident) { in ntfs_file_fsync()