Lines Matching refs:mft_lcn
273 l = ntfs_mst_pread(vol->dev, vol->mft_lcn << vol->cluster_size_bits, 1,
371 if (nrl->lcn != vol->mft_lcn) {
504 LCN mft_zone_size, mft_lcn;
599 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn;
603 * Calculate the mft_lcn for an unmodified NTFS volume (see mkntfs
604 * source) and if the actual mft_lcn is in the expected place or even
611 mft_lcn = (8192 + 2 * vol->cluster_size - 1) / vol->cluster_size;
612 if (mft_lcn * vol->cluster_size < 16 * 1024)
613 mft_lcn = (16 * 1024 + vol->cluster_size - 1) /
615 if (vol->mft_zone_start <= mft_lcn)
624 vol->mft_zone_end = vol->mft_lcn + mft_zone_size;
631 vol->mft_zone_end = vol->mft_lcn + mft_zone_size;