Lines Matching refs:highest_vcn
124 end_vcn = le64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_map_runlist_nolock()
186 end_vcn = le64_to_cpu(a->data.non_resident.highest_vcn) + 1; in ntfs_map_runlist_nolock()
1930 a->data.non_resident.highest_vcn = in ntfs_attr_make_non_resident()
2423 a->data.non_resident.highest_vcn = cpu_to_le64(-1); in ntfs_non_resident_attr_record_add()
3099 s64 next_vcn, last_vcn, highest_vcn; in ntfs_attr_map_whole_runlist() local
3127 next_vcn = last_vcn = highest_vcn = 0; in ntfs_attr_map_whole_runlist()
3170 highest_vcn = le64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_attr_map_whole_runlist()
3171 next_vcn = highest_vcn + 1; in ntfs_attr_map_whole_runlist()
3191 if (not_mapped && highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_attr_map_whole_runlist()
3196 (long long)highest_vcn, (long long)last_vcn); in ntfs_attr_map_whole_runlist()
3622 a->data.non_resident.highest_vcn = cpu_to_le64(NTFS_VCN_DELETE_MARK); in ntfs_attr_update_mapping_pairs()
3730 a->data.non_resident.highest_vcn = cpu_to_le64(stop_vcn - 1); in ntfs_attr_update_mapping_pairs()
3771 if (le64_to_cpu(ctx->attr->data.non_resident.highest_vcn) != in ntfs_attr_update_mapping_pairs()
3864 a->data.non_resident.highest_vcn = cpu_to_le64(stop_vcn - 1); in ntfs_attr_update_mapping_pairs()