Searched defs:to_vcn (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c535 * @to_vcn: map runlist part ending this vcn
538 * @to_vcn of an ntfs attribute @na. It is OK for @to_vcn to be beyond last run.
542 int ntfs_attr_map_runlist_range(ntfs_attr *na, VCN from_vcn, VCN to_vcn) argument
548 "from_vcn 0x%llx, to_vcn 0x%llx.\n",
550 (long long)from_vcn, (long long)to_vcn);
556 for (rl = na->rl; rl->vcn <= to_vcn;) {

Completed in 25 milliseconds