Searched refs:highest_vcn (Results 1 – 5 of 5) sorted by relevance
136 u64 *lowest_vcn, u64 *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() local3127 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()[all …]
1813 s64 next_vcn, last_vcn, highest_vcn; in ntfs_read_inode_mount() local2035 next_vcn = last_vcn = highest_vcn = 0; in ntfs_read_inode_mount()2138 highest_vcn = le64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_read_inode_mount()2139 next_vcn = highest_vcn + 1; in ntfs_read_inode_mount()2159 if (highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_read_inode_mount()2162 (unsigned long long)highest_vcn, in ntfs_read_inode_mount()
1342 a->data.non_resident.highest_vcn = cpu_to_le64(rl[1].vcn - 1); in ntfs_mft_bitmap_extend_allocation_nolock()1400 a->data.non_resident.highest_vcn = cpu_to_le64(rl[1].vcn - 2); in ntfs_mft_bitmap_extend_allocation_nolock()1779 a->data.non_resident.highest_vcn = cpu_to_le64(rl[1].vcn - 1); in ntfs_mft_data_extend_allocation_nolock()1835 ctx->attr->data.non_resident.highest_vcn = in ntfs_mft_data_extend_allocation_nolock()
908 deltaxcn = le64_to_cpu(attr->data.non_resident.highest_vcn); in ntfs_mapping_pairs_decompress()