Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Drunlist.c1133 const VCN last_vcn) in ntfs_get_size_for_mapping_pairs() argument
1140 BUG_ON(last_vcn < -1); in ntfs_get_size_for_mapping_pairs()
1141 BUG_ON(last_vcn >= 0 && first_vcn > last_vcn); in ntfs_get_size_for_mapping_pairs()
1144 BUG_ON(last_vcn > 0); in ntfs_get_size_for_mapping_pairs()
1167 if (unlikely(last_vcn >= 0 && rl[1].vcn > last_vcn)) { in ntfs_get_size_for_mapping_pairs()
1168 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs()
1203 if (unlikely(last_vcn >= 0 && rl[1].vcn > last_vcn)) { in ntfs_get_size_for_mapping_pairs()
1204 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs()
1325 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn) in ntfs_mapping_pairs_build() argument
1334 BUG_ON(last_vcn < -1); in ntfs_mapping_pairs_build()
[all …]
Drunlist.h88 const VCN last_vcn);
92 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn);
Dfile.c1753 VCN last_vcn; in ntfs_perform_write() local
1791 last_vcn = -1; in ntfs_perform_write()
1804 if (vcn != last_vcn) { in ntfs_perform_write()
1805 last_vcn = vcn; in ntfs_perform_write()
Dinode.c1774 VCN next_vcn, last_vcn, highest_vcn; in ntfs_read_inode_mount() local
2035 next_vcn = last_vcn = highest_vcn = 0; in ntfs_read_inode_mount()
2085 last_vcn = sle64_to_cpu( in ntfs_read_inode_mount()
2177 if (highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_read_inode_mount()
2183 (unsigned long long)last_vcn - 1); in ntfs_read_inode_mount()