Lines Matching refs:mft_zone_end
273 zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()
281 } else if (zone_start < vol->mft_zone_end) { in ntfs_cluster_alloc()
282 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
460 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()
463 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
478 vol->mft_zone_end; in ntfs_cluster_alloc()
482 && tc >= vol->mft_zone_end) in ntfs_cluster_alloc()
518 zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()
547 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()
583 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()
586 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
601 if (zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()
605 vol->mft_zone_end; in ntfs_cluster_alloc()
621 vol->mft_zone_end; in ntfs_cluster_alloc()
625 && tc >= vol->mft_zone_end) 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()
697 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
700 vol->mft_zone_end = vol->mft_zone_start + mft_zone_size; in ntfs_cluster_alloc()
703 vol->mft_zone_end = 0; in ntfs_cluster_alloc()
704 if (vol->mft_zone_pos >= vol->mft_zone_end) { in ntfs_cluster_alloc()
706 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
710 vol->data1_zone_pos = vol->mft_zone_end; in ntfs_cluster_alloc()
716 vol->mft_zone_end, vol->mft_zone_pos, in ntfs_cluster_alloc()