Lines Matching refs:mft_zone_end

214 			zone_start < vol->mft_zone_end) {  in ntfs_cluster_alloc()
215 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()
222 zone_start >= vol->mft_zone_end)) { in ntfs_cluster_alloc()
224 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
233 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
238 if (zone_start >= vol->mft_zone_end) { in ntfs_cluster_alloc()
434 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()
437 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
458 vol->mft_zone_end; in ntfs_cluster_alloc()
462 && tc >= vol->mft_zone_end) in ntfs_cluster_alloc()
522 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()
567 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()
570 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
588 if (zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()
592 vol->mft_zone_end; in ntfs_cluster_alloc()
612 vol->mft_zone_end; in ntfs_cluster_alloc()
616 && tc >= vol->mft_zone_end) in ntfs_cluster_alloc()
690 mft_zone_size = vol->mft_zone_end - vol->mft_zone_start; in ntfs_cluster_alloc()
694 (unsigned long long)vol->mft_zone_end, in ntfs_cluster_alloc()
703 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
706 vol->mft_zone_end = vol->mft_zone_start + mft_zone_size; in ntfs_cluster_alloc()
709 vol->mft_zone_end = 0; in ntfs_cluster_alloc()
710 if (vol->mft_zone_pos >= vol->mft_zone_end) { in ntfs_cluster_alloc()
712 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
716 vol->data1_zone_pos = vol->mft_zone_end; in ntfs_cluster_alloc()
729 (unsigned long long)vol->mft_zone_end, in ntfs_cluster_alloc()