Lines Matching refs:mft_zone_start
272 if (!zone_start || zone_start == vol->mft_zone_start || in ntfs_cluster_alloc()
276 if (zone_start < vol->mft_zone_start) { in ntfs_cluster_alloc()
277 zone_end = vol->mft_zone_start; in ntfs_cluster_alloc()
490 if (tc >= vol->mft_zone_start) in ntfs_cluster_alloc()
517 if (!zone_start || zone_start == vol->mft_zone_start || in ntfs_cluster_alloc()
544 zone_start = vol->mft_zone_start; in ntfs_cluster_alloc()
634 zone_end = vol->mft_zone_start; in ntfs_cluster_alloc()
653 if (tc >= vol->mft_zone_start) in ntfs_cluster_alloc()
686 mft_zone_size = vol->mft_zone_end - vol->mft_zone_start; in ntfs_cluster_alloc()
688 vol->mft_zone_start, vol->mft_zone_end, in ntfs_cluster_alloc()
700 vol->mft_zone_end = vol->mft_zone_start + mft_zone_size; in ntfs_cluster_alloc()
702 vol->data2_zone_pos = vol->mft_zone_start = in ntfs_cluster_alloc()
715 mft_zone_size, vol->mft_zone_start, in ntfs_cluster_alloc()