Home
last modified time | relevance | path

Searched refs:end_vcn (Results 1 - 2 of 2) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
H A Dntfsfallocate.c596 VCN end_vcn; in ntfs_inner_allocation() local
608 end_vcn = (alloc_offs + alloc_len + vol->cluster_size - 1) in ntfs_inner_allocation()
616 || (rl->vcn >= end_vcn))) in ntfs_inner_allocation()
622 end_hole = min(end_vcn, rl->vcn + rl->length); in ntfs_inner_allocation()
/third_party/ntfs-3g/libntfs-3g/
H A Dcompress.c713 VCN start_vcn, vcn, end_vcn; in ntfs_compressed_attr_pread() local
799 end_vcn = ((pos + count + cb_size - 1) & ~cb_size_mask) >> in ntfs_compressed_attr_pread()
802 nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits >> in ntfs_compressed_attr_pread()

Completed in 4 milliseconds