Home
last modified time | relevance | path

Searched refs:next_vcn (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/ntfs3/
Drun.c171 CLST next_vcn; in run_is_mapped_full() local
180 next_vcn = r->vcn + r->len; in run_is_mapped_full()
181 if (next_vcn > evcn) in run_is_mapped_full()
187 if (r->vcn != next_vcn) in run_is_mapped_full()
820 CLST next_vcn, vcn, lcn; in run_pack() local
841 for (next_vcn = r->vcn + r->len; next_vcn < evcn1; in run_pack()
842 next_vcn = r->vcn + r->len) { in run_pack()
843 if (++r >= r_end || r->vcn != next_vcn) in run_pack()
855 next_vcn = vcn + len; in run_pack()
856 if (next_vcn > evcn1) in run_pack()
[all …]
/linux-6.1.9/fs/ntfs/
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()
2011 while (!(err = ntfs_attr_lookup(AT_DATA, NULL, 0, 0, next_vcn, NULL, 0, in ntfs_read_inode_mount()
2051 if (!next_vcn) { in ntfs_read_inode_mount()
2128 next_vcn = highest_vcn + 1; in ntfs_read_inode_mount()
2131 if (next_vcn <= 0) in ntfs_read_inode_mount()
2135 if (next_vcn < sle64_to_cpu( in ntfs_read_inode_mount()