Lines Matching refs:zone_start

151 	LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn;  in ntfs_cluster_alloc()  local
200 zone_start = start_lcn; in ntfs_cluster_alloc()
201 if (zone_start < 0) { in ntfs_cluster_alloc()
203 zone_start = vol->data1_zone_pos; in ntfs_cluster_alloc()
205 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
206 if (!zone_start) { in ntfs_cluster_alloc()
213 } else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start && in ntfs_cluster_alloc()
214 zone_start < vol->mft_zone_end) { in ntfs_cluster_alloc()
215 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()
221 } else if (zone == MFT_ZONE && (zone_start < vol->mft_zone_start || in ntfs_cluster_alloc()
222 zone_start >= vol->mft_zone_end)) { in ntfs_cluster_alloc()
223 zone_start = vol->mft_lcn; in ntfs_cluster_alloc()
225 zone_start = 0; in ntfs_cluster_alloc()
238 if (zone_start >= vol->mft_zone_end) { in ntfs_cluster_alloc()
250 bmp_pos = bmp_initial_pos = zone_start; in ntfs_cluster_alloc()
263 (unsigned long long)zone_start, in ntfs_cluster_alloc()
516 zone_end = zone_start; in ntfs_cluster_alloc()
519 zone_start = vol->mft_zone_start; in ntfs_cluster_alloc()
522 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()
525 zone_start = 0; in ntfs_cluster_alloc()
531 if (zone_end < zone_start) in ntfs_cluster_alloc()
532 zone_end = zone_start; in ntfs_cluster_alloc()
533 bmp_pos = zone_start; in ntfs_cluster_alloc()
537 (unsigned long long)zone_start, in ntfs_cluster_alloc()
585 zone_start = bmp_initial_pos = in ntfs_cluster_alloc()
588 if (zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()
590 if (zone_start >= zone_end) { in ntfs_cluster_alloc()
591 vol->data1_zone_pos = zone_start = in ntfs_cluster_alloc()
626 zone_start = bmp_initial_pos = in ntfs_cluster_alloc()
629 if (!zone_start) in ntfs_cluster_alloc()
631 if (zone_start >= zone_end) { in ntfs_cluster_alloc()
632 vol->data2_zone_pos = zone_start = in ntfs_cluster_alloc()
673 (unsigned long long)zone_start, in ntfs_cluster_alloc()
675 bmp_pos = zone_start; in ntfs_cluster_alloc()
676 if (zone_start == zone_end) { in ntfs_cluster_alloc()
715 bmp_pos = zone_start = bmp_initial_pos = in ntfs_cluster_alloc()
731 done_zones, (unsigned long long)zone_start, in ntfs_cluster_alloc()