Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Drunlist.c1118 const s64 last_vcn, int max_mp_size) in ntfs_get_size_for_mapping_pairs() argument
1124 if (first_vcn < 0 || last_vcn < -1) in ntfs_get_size_for_mapping_pairs()
1127 if (last_vcn >= 0 && first_vcn > last_vcn) in ntfs_get_size_for_mapping_pairs()
1132 WARN_ON(last_vcn > 0); in ntfs_get_size_for_mapping_pairs()
1157 if (unlikely(last_vcn >= 0 && rl[1].vcn > last_vcn)) { in ntfs_get_size_for_mapping_pairs()
1158 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs()
1194 if (unlikely(last_vcn >= 0 && rl[1].vcn > last_vcn)) { in ntfs_get_size_for_mapping_pairs()
1195 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs()
1322 const s64 first_vcn, const s64 last_vcn, s64 *const stop_vcn, in ntfs_mapping_pairs_build() argument
1332 if (first_vcn < 0 || last_vcn < -1 || dst_len < 1) in ntfs_mapping_pairs_build()
[all …]
H A Dinode.c1813 s64 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()
2081 last_vcn = ntfs_bytes_to_cluster(vol, in ntfs_read_inode_mount()
2159 if (highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_read_inode_mount()
2163 (unsigned long long)last_vcn - 1); in ntfs_read_inode_mount()
H A Dattrib.c3099 s64 next_vcn, last_vcn, highest_vcn; in ntfs_attr_map_whole_runlist() local
3127 next_vcn = last_vcn = highest_vcn = 0; in ntfs_attr_map_whole_runlist()
3165 last_vcn = ntfs_bytes_to_cluster(vol, 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()