Home
last modified time | relevance | path

Searched refs:next_vcn (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/ntfs3/
H A 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 in run_pack()
924 u64 prev_lcn, vcn64, lcn, next_vcn; run_unpack() local
1055 CLST next_vcn, lcn, len; run_unpack_ex() local
[all...]
/kernel/linux/linux-5.10/fs/ntfs/
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()
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()
/kernel/linux/linux-6.6/fs/ntfs/
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()
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()

Completed in 8 milliseconds