Searched refs:next_vcn (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | run.c | 171 CLST next_vcn; in run_is_mapped_full() local 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() 855 next_vcn = vcn + len; in run_pack() 856 if (next_vcn > evcn1) in run_pack() 1031 vcn64 = next_vcn; in run_unpack() 1070 next_vcn = vcn = svcn; in run_unpack_ex() 1074 next_vcn <= evcn; in run_unpack_ex() [all …]
|
/openbmc/linux/fs/ntfs/ |
H A D | inode.c | 1749 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()
|