Lines Matching refs:mft_zone_end

200 			zone_start < vol->mft_zone_end) {  in ntfs_cluster_alloc()
201 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()
208 zone_start >= vol->mft_zone_end)) { in ntfs_cluster_alloc()
210 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
219 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
224 if (zone_start >= vol->mft_zone_end) { in ntfs_cluster_alloc()
420 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()
423 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
444 vol->mft_zone_end; in ntfs_cluster_alloc()
448 && tc >= vol->mft_zone_end) in ntfs_cluster_alloc()
508 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()
553 if (tc >= vol->mft_zone_end) { in ntfs_cluster_alloc()
556 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
574 if (zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()
578 vol->mft_zone_end; in ntfs_cluster_alloc()
598 vol->mft_zone_end; in ntfs_cluster_alloc()
602 && tc >= vol->mft_zone_end) in ntfs_cluster_alloc()
676 mft_zone_size = vol->mft_zone_end - vol->mft_zone_start; in ntfs_cluster_alloc()
680 (unsigned long long)vol->mft_zone_end, in ntfs_cluster_alloc()
689 zone_end = vol->mft_zone_end; in ntfs_cluster_alloc()
692 vol->mft_zone_end = vol->mft_zone_start + mft_zone_size; in ntfs_cluster_alloc()
695 vol->mft_zone_end = 0; in ntfs_cluster_alloc()
696 if (vol->mft_zone_pos >= vol->mft_zone_end) { in ntfs_cluster_alloc()
698 if (!vol->mft_zone_end) in ntfs_cluster_alloc()
702 vol->data1_zone_pos = vol->mft_zone_end; in ntfs_cluster_alloc()
715 (unsigned long long)vol->mft_zone_end, in ntfs_cluster_alloc()