Searched refs:next_vcn (Results 1 – 2 of 2) sorted by relevance
171 CLST next_vcn; in run_is_mapped_full() local181 if (next_vcn > evcn) in run_is_mapped_full()187 if (r->vcn != next_vcn) in run_is_mapped_full()787 next_vcn = vcn = svcn; in run_pack()799 if (next_vcn != vcn) in run_pack()803 next_vcn = vcn + len; in run_pack()804 if (next_vcn > evcn1) in run_pack()853 if (next_vcn != vcn) in run_pack()981 vcn64 = next_vcn; in run_unpack()1020 next_vcn = vcn = svcn; in run_unpack_ex()[all …]
1749 VCN next_vcn, last_vcn, highest_vcn; in ntfs_read_inode_mount() local1999 next_vcn = last_vcn = highest_vcn = 0; in ntfs_read_inode_mount()2000 while (!(err = ntfs_attr_lookup(AT_DATA, NULL, 0, 0, next_vcn, NULL, 0, in ntfs_read_inode_mount()2040 if (!next_vcn) { in ntfs_read_inode_mount()2117 next_vcn = highest_vcn + 1; in ntfs_read_inode_mount()2120 if (next_vcn <= 0) in ntfs_read_inode_mount()2124 if (next_vcn < sle64_to_cpu( in ntfs_read_inode_mount()
Completed in 8 milliseconds