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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c5526 VCN stop_vcn; local
5611 stop_vcn = 0;
5622 * @stop_vcn properly, i.e. to the lowest vcn of record that
5629 stop_vcn = sle64_to_cpu(a->lowest_vcn);
5636 first_lcn = ntfs_rl_vcn_to_lcn(na->rl, stop_vcn);
5683 stop_vcn, exp_max_mp_size);
5737 a->lowest_vcn = cpu_to_sle64(stop_vcn);
5742 ctx->al_entry->lowest_vcn = cpu_to_sle64(stop_vcn);
5752 stop_vcn, &stop_rl))
5755 stop_vcn
[all...]

Completed in 48 milliseconds