Home
last modified time | relevance | path

Searched refs:highest_vcn (Results 1 – 6 of 6) sorted by relevance

/fs/ntfs/
Dfile.c587 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local
1062 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_prepare_pages_for_non_resident_write()
1067 if (!highest_vcn) in ntfs_prepare_pages_for_non_resident_write()
1068 highest_vcn = (sle64_to_cpu( in ntfs_prepare_pages_for_non_resident_write()
1076 highest_vcn); in ntfs_prepare_pages_for_non_resident_write()
1119 mp_size, rl2, vcn, highest_vcn, NULL); in ntfs_prepare_pages_for_non_resident_write()
1130 if (unlikely(!a->data.non_resident.highest_vcn)) in ntfs_prepare_pages_for_non_resident_write()
1131 a->data.non_resident.highest_vcn = in ntfs_prepare_pages_for_non_resident_write()
1132 cpu_to_sle64(highest_vcn); in ntfs_prepare_pages_for_non_resident_write()
1319 vcn, highest_vcn, NULL)) { in ntfs_prepare_pages_for_non_resident_write()
Dinode.c1777 VCN next_vcn, last_vcn, highest_vcn; in ntfs_read_inode_mount() local
2021 next_vcn = last_vcn = highest_vcn = 0; in ntfs_read_inode_mount()
2138 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_read_inode_mount()
2139 next_vcn = highest_vcn + 1; in ntfs_read_inode_mount()
2163 if (highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_read_inode_mount()
2168 (unsigned long long)highest_vcn, in ntfs_read_inode_mount()
2366 VCN highest_vcn; in ntfs_truncate() local
2622 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_truncate()
2623 if (highest_vcn > 0 && in ntfs_truncate()
2625 highest_vcn + 1) { in ntfs_truncate()
[all …]
Dattrib.c120 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_map_runlist_nolock()
182 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1; in ntfs_map_runlist_nolock()
1686 a->data.non_resident.highest_vcn = cpu_to_sle64((new_size - 1) >> in ntfs_attr_make_non_resident()
2316 a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >> in ntfs_attr_extend_allocation()
2415 ctx->attr->data.non_resident.highest_vcn = cpu_to_sle64( in ntfs_attr_extend_allocation()
Dmft.c1461 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1); in ntfs_mft_bitmap_extend_allocation_nolock()
1518 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 2); in ntfs_mft_bitmap_extend_allocation_nolock()
1898 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1); in ntfs_mft_data_extend_allocation_nolock()
1955 ctx->attr->data.non_resident.highest_vcn = in ntfs_mft_data_extend_allocation_nolock()
Dlayout.h743 /* 24*/ leVCN highest_vcn;/* Highest valid vcn of this extent of member
Drunlist.c905 deltaxcn = sle64_to_cpu(attr->data.non_resident.highest_vcn); in ntfs_mapping_pairs_decompress()