Searched refs:stop_vcn (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Drunlist.h78 const VCN start_vcn, VCN *const stop_vcn);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c1449 * @stop_vcn: first vcn outside destination buffer on success or ENOSPC error
1458 * On success or ENOSPC error, if @stop_vcn is not NULL, *@stop_vcn is set to
1463 * with @start_vcn set to *@stop_vcn.
1475 const VCN start_vcn, VCN *const stop_vcn)
1486 if (stop_vcn)
1487 *stop_vcn = 0;
1586 if (stop_vcn)
1587 *stop_vcn = rl->vcn;
1593 if (stop_vcn)
1473 ntfs_mapping_pairs_build(const ntfs_volume *vol, u8 *dst, const int dst_len, const runlist_element *rl, const VCN start_vcn, VCN *const stop_vcn) argument
[all...]
H A Dattrib.c4230 VCN stop_vcn; local
4263 stop_vcn = 0;
4272 * @stop_vcn properly, i.e. to the lowest vcn of record that
4279 stop_vcn = sle64_to_cpu(a->u.nonres.lowest_vcn);
4286 first_lcn = ntfs_rl_vcn_to_lcn(na->rl, stop_vcn);
4508 stop_vcn);
4588 a->u.nonres.lowest_vcn = cpu_to_sle64(stop_vcn);
4593 ctx->al_entry->lowest_vcn = cpu_to_sle64(stop_vcn);
4603 stop_vcn, &stop_vcn))
[all...]

Completed in 33 milliseconds