Searched refs:mft_lcn (Results 1 – 2 of 2) sorted by relevance
764 ll = le64_to_cpu(b->mft_lcn); in parse_ntfs_boot_sector()770 vol->mft_lcn = ll; in parse_ntfs_boot_sector()771 ntfs_debug("vol->mft_lcn = 0x%llx", vol->mft_lcn); in parse_ntfs_boot_sector()826 s64 mft_zone_size, mft_lcn; in ntfs_setup_allocators() local849 vol->mft_zone_start = vol->mft_zone_pos = vol->mft_lcn; in ntfs_setup_allocators()860 mft_lcn = NTFS_B_TO_CLU(vol, 8192 + 2 * vol->cluster_size - 1); in ntfs_setup_allocators()861 if (mft_lcn * vol->cluster_size < 16 * 1024) in ntfs_setup_allocators()862 mft_lcn = (16 * 1024 + vol->cluster_size - 1) >> in ntfs_setup_allocators()864 if (vol->mft_zone_start <= mft_lcn) in ntfs_setup_allocators()872 vol->mft_zone_end = vol->mft_lcn + mft_zone_size; in ntfs_setup_allocators()[all …]
595 ntfs_bytes_to_bio_sector(NTFS_CLU_TO_B(vol, ni->mft_lcn[i]) + in write_mft_record_nolock()