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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.c238 VCN next_vcn, last_vcn, highest_vcn; local
318 last_vcn = vol->mft_na->allocated_size >> vol->cluster_size_bits;
369 if (highest_vcn && highest_vcn != last_vcn - 1) {
371 ntfs_log_error("highest_vcn = 0x%llx, last_vcn - 1 = 0x%llx\n",
372 (long long)highest_vcn, (long long)last_vcn - 1);
H A Dattrib.c604 VCN last_vcn; local
624 last_vcn = na->allocated_size >> na->ni->vol->cluster_size_bits;
642 if (((highest_vcn + 1) < last_vcn)
653 needed = last_vcn;
658 } while (rl && (needed < last_vcn));
682 VCN next_vcn, last_vcn, highest_vcn; local
701 next_vcn = last_vcn = highest_vcn = 0;
735 last_vcn = sle64_to_cpu(a->allocated_size) >>
761 if (highest_vcn && highest_vcn != last_vcn - 1) {
764 "highest_vcn: 0x%llx last_vcn
[all...]

Completed in 51 milliseconds