Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dvolume.c256 VCN next_vcn, last_vcn, highest_vcn; in ntfs_mft_load() local
339 last_vcn = vol->mft_na->allocated_size >> vol->cluster_size_bits; in ntfs_mft_load()
395 if (highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_mft_load()
398 (long long)highest_vcn, (long long)last_vcn - 1); in ntfs_mft_load()
Dattrib.c657 VCN last_vcn; in ntfs_attr_map_partial_runlist() local
675 last_vcn = na->allocated_size >> na->ni->vol->cluster_size_bits; in ntfs_attr_map_partial_runlist()
703 && ((highest_vcn + 1) < last_vcn)) { in ntfs_attr_map_partial_runlist()
717 } while (rl && !done && (needed < last_vcn)); in ntfs_attr_map_partial_runlist()
725 if (done && newrunlist && (needed < last_vcn)) { in ntfs_attr_map_partial_runlist()
752 VCN next_vcn, last_vcn, highest_vcn; in ntfs_attr_map_whole_runlist() local
772 next_vcn = last_vcn = highest_vcn = 0; in ntfs_attr_map_whole_runlist()
806 last_vcn = sle64_to_cpu(a->allocated_size) >> in ntfs_attr_map_whole_runlist()
838 if (not_mapped && highest_vcn && highest_vcn != last_vcn - 1) { in ntfs_attr_map_whole_runlist()
843 (long long)highest_vcn, (long long)last_vcn); in ntfs_attr_map_whole_runlist()