Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs/
Drunlist.c1119 const VCN last_vcn) in ntfs_get_size_for_mapping_pairs() argument
1126 BUG_ON(last_vcn < -1); in ntfs_get_size_for_mapping_pairs()
1127 BUG_ON(last_vcn >= 0 && first_vcn > last_vcn); in ntfs_get_size_for_mapping_pairs()
1130 BUG_ON(last_vcn > 0); in ntfs_get_size_for_mapping_pairs()
1153 if (unlikely(last_vcn >= 0 && rl[1].vcn > last_vcn)) { in ntfs_get_size_for_mapping_pairs()
1154 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs()
1189 if (unlikely(last_vcn >= 0 && rl[1].vcn > last_vcn)) { in ntfs_get_size_for_mapping_pairs()
1190 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs()
1311 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn) in ntfs_mapping_pairs_build() argument
1320 BUG_ON(last_vcn < -1); in ntfs_mapping_pairs_build()
[all …]
Drunlist.h74 const VCN last_vcn);
78 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn);
Dfile.c1729 VCN last_vcn; in ntfs_perform_write() local
1767 last_vcn = -1; in ntfs_perform_write()
1780 if (vcn != last_vcn) { in ntfs_perform_write()
1781 last_vcn = vcn; in ntfs_perform_write()
Dinode.c1749 VCN next_vcn, last_vcn, highest_vcn; in ntfs_read_inode_mount() local
2010 next_vcn = last_vcn = highest_vcn = 0; in ntfs_read_inode_mount()
2060 last_vcn = sle64_to_cpu( in ntfs_read_inode_mount()
2152 if (highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_read_inode_mount()
2158 (unsigned long long)last_vcn - 1); in ntfs_read_inode_mount()