Searched refs:last_vcn (Results 1 – 2 of 2) sorted by relevance
256 VCN next_vcn, last_vcn, highest_vcn; in ntfs_mft_load() local339 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()
657 VCN last_vcn; in ntfs_attr_map_partial_runlist() local675 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() local772 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()