Searched refs:next_vcn (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/fs/ntfs3/ |
| D | run.c | 171 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() 778 CLST next_vcn, vcn, lcn; in run_pack() local 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() 846 if (packed_size + 1 >= run_buf_size || next_vcn >= evcn1) in run_pack() [all …]
|
| /Linux-v5.15/fs/ntfs/ |
| D | inode.c | 1749 VCN next_vcn, last_vcn, highest_vcn; in ntfs_read_inode_mount() local 1999 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()
|