Lines Matching refs:mft_lcn
888 ll = sle64_to_cpu(b->mft_lcn);
895 vol->mft_lcn = ll;
896 ntfs_debug("vol->mft_lcn = 0x%llx", (long long)vol->mft_lcn);
937 LCN mft_zone_size, mft_lcn;
962 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn;
966 * Calculate the mft_lcn for an unmodified NTFS volume (see mkntfs
967 * source) and if the actual mft_lcn is in the expected place or even
974 mft_lcn = (8192 + 2 * vol->cluster_size - 1) / vol->cluster_size;
975 if (mft_lcn * vol->cluster_size < 16 * 1024)
976 mft_lcn = (16 * 1024 + vol->cluster_size - 1) /
978 if (vol->mft_zone_start <= mft_lcn)
987 vol->mft_zone_end = vol->mft_lcn + mft_zone_size;
990 vol->mft_zone_end = vol->mft_lcn + mft_zone_size;