Searched refs:highest_vcn (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/fs/ntfs/ |
| D | file.c | 570 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local 1044 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_prepare_pages_for_non_resident_write() 1049 if (!highest_vcn) in ntfs_prepare_pages_for_non_resident_write() 1050 highest_vcn = (sle64_to_cpu( in ntfs_prepare_pages_for_non_resident_write() 1058 highest_vcn); in ntfs_prepare_pages_for_non_resident_write() 1101 mp_size, rl2, vcn, highest_vcn, NULL); in ntfs_prepare_pages_for_non_resident_write() 1112 if (unlikely(!a->data.non_resident.highest_vcn)) in ntfs_prepare_pages_for_non_resident_write() 1113 a->data.non_resident.highest_vcn = in ntfs_prepare_pages_for_non_resident_write() 1114 cpu_to_sle64(highest_vcn); in ntfs_prepare_pages_for_non_resident_write() 1301 vcn, highest_vcn, NULL)) { in ntfs_prepare_pages_for_non_resident_write()
|
| D | inode.c | 1749 VCN next_vcn, last_vcn, highest_vcn; in ntfs_read_inode_mount() local 1999 next_vcn = last_vcn = highest_vcn = 0; in ntfs_read_inode_mount() 2116 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_read_inode_mount() 2117 next_vcn = highest_vcn + 1; in ntfs_read_inode_mount() 2141 if (highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_read_inode_mount() 2146 (unsigned long long)highest_vcn, in ntfs_read_inode_mount() 2347 VCN highest_vcn; in ntfs_truncate() local 2602 highest_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_truncate() 2603 if (highest_vcn > 0 && in ntfs_truncate() 2605 highest_vcn + 1) { in ntfs_truncate() [all …]
|
| D | attrib.c | 106 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn); in ntfs_map_runlist_nolock() 168 end_vcn = sle64_to_cpu(a->data.non_resident.highest_vcn) + 1; in ntfs_map_runlist_nolock() 1672 a->data.non_resident.highest_vcn = cpu_to_sle64((new_size - 1) >> in ntfs_attr_make_non_resident() 2302 a->data.non_resident.highest_vcn = cpu_to_sle64((new_alloc_size >> in ntfs_attr_extend_allocation() 2401 ctx->attr->data.non_resident.highest_vcn = cpu_to_sle64( in ntfs_attr_extend_allocation()
|
| D | mft.c | 1456 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1); in ntfs_mft_bitmap_extend_allocation_nolock() 1513 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 2); in ntfs_mft_bitmap_extend_allocation_nolock() 1893 a->data.non_resident.highest_vcn = cpu_to_sle64(rl[1].vcn - 1); in ntfs_mft_data_extend_allocation_nolock() 1950 ctx->attr->data.non_resident.highest_vcn = in ntfs_mft_data_extend_allocation_nolock()
|
| D | layout.h | 729 /* 24*/ leVCN highest_vcn;/* Highest valid vcn of this extent of member
|
| D | runlist.c | 891 deltaxcn = sle64_to_cpu(attr->data.non_resident.highest_vcn); in ntfs_mapping_pairs_decompress()
|
| /Linux-v5.15/fs/ntfs3/ |
| D | run.c | 1084 int run_get_highest_vcn(CLST vcn, const u8 *run_buf, u64 *highest_vcn) in run_get_highest_vcn() argument 1109 *highest_vcn = vcn64 - 1; in run_get_highest_vcn()
|
| D | ntfs_fs.h | 800 int run_get_highest_vcn(CLST vcn, const u8 *run_buf, u64 *highest_vcn);
|