Home
last modified time | relevance | path

Searched refs:last_vcn (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ntfs/
H A Drunlist.c1093 * @last_vcn: last vcn which to include in the mapping pairs array
1097 * finishing with vcn @last_vcn.
1099 * A @last_vcn of -1 means end of runlist and in that case the size of the
1119 const VCN last_vcn) in ntfs_get_size_for_mapping_pairs()
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()
1117 ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn) ntfs_get_size_for_mapping_pairs() argument
1309 ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, const int dst_len, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn) ntfs_mapping_pairs_build() argument
[all...]
H A Drunlist.h74 const VCN last_vcn);
78 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn);
H A Dfile.c1739 VCN last_vcn; in ntfs_perform_write() local
1777 last_vcn = -1; in ntfs_perform_write()
1790 if (vcn != last_vcn) { in ntfs_perform_write()
1791 last_vcn = vcn; in ntfs_perform_write()
H A 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()
2156 ntfs_debug("highest_vcn = 0x%llx, last_vcn - 1 = 0x%llx", in ntfs_read_inode_mount()
2158 (unsigned long long)last_vcn - 1); in ntfs_read_inode_mount()
/kernel/linux/linux-6.6/fs/ntfs/
H A Drunlist.c1093 * @last_vcn: last vcn which to include in the mapping pairs array
1097 * finishing with vcn @last_vcn.
1099 * A @last_vcn of -1 means end of runlist and in that case the size of the
1119 const VCN last_vcn) in ntfs_get_size_for_mapping_pairs()
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()
1117 ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn) ntfs_get_size_for_mapping_pairs() argument
1309 ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, const int dst_len, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn) ntfs_mapping_pairs_build() argument
[all...]
H A Drunlist.h74 const VCN last_vcn);
78 const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn);
H A 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()
H A 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()
2156 ntfs_debug("highest_vcn = 0x%llx, last_vcn - 1 = 0x%llx", in ntfs_read_inode_mount()
2158 (unsigned long long)last_vcn - 1); in ntfs_read_inode_mount()

Completed in 15 milliseconds