Lines Matching refs:zone_start

137 	LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn;  in ntfs_cluster_alloc()  local
186 zone_start = start_lcn; in ntfs_cluster_alloc()
187 if (zone_start < 0) { in ntfs_cluster_alloc()
189 zone_start = vol->data1_zone_pos; in ntfs_cluster_alloc()
191 zone_start = vol->mft_zone_pos; in ntfs_cluster_alloc()
192 if (!zone_start) { in ntfs_cluster_alloc()
199 } else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start && in ntfs_cluster_alloc()
200 zone_start < vol->mft_zone_end) { in ntfs_cluster_alloc()
201 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()
207 } else if (zone == MFT_ZONE && (zone_start < vol->mft_zone_start || in ntfs_cluster_alloc()
208 zone_start >= vol->mft_zone_end)) { in ntfs_cluster_alloc()
209 zone_start = vol->mft_lcn; in ntfs_cluster_alloc()
211 zone_start = 0; in ntfs_cluster_alloc()
224 if (zone_start >= vol->mft_zone_end) { in ntfs_cluster_alloc()
236 bmp_pos = bmp_initial_pos = zone_start; in ntfs_cluster_alloc()
249 (unsigned long long)zone_start, in ntfs_cluster_alloc()
502 zone_end = zone_start; in ntfs_cluster_alloc()
505 zone_start = vol->mft_zone_start; in ntfs_cluster_alloc()
508 zone_start = vol->mft_zone_end; in ntfs_cluster_alloc()
511 zone_start = 0; in ntfs_cluster_alloc()
517 if (zone_end < zone_start) in ntfs_cluster_alloc()
518 zone_end = zone_start; in ntfs_cluster_alloc()
519 bmp_pos = zone_start; in ntfs_cluster_alloc()
523 (unsigned long long)zone_start, in ntfs_cluster_alloc()
571 zone_start = bmp_initial_pos = in ntfs_cluster_alloc()
574 if (zone_start == vol->mft_zone_end) in ntfs_cluster_alloc()
576 if (zone_start >= zone_end) { in ntfs_cluster_alloc()
577 vol->data1_zone_pos = zone_start = in ntfs_cluster_alloc()
612 zone_start = bmp_initial_pos = in ntfs_cluster_alloc()
615 if (!zone_start) in ntfs_cluster_alloc()
617 if (zone_start >= zone_end) { in ntfs_cluster_alloc()
618 vol->data2_zone_pos = zone_start = in ntfs_cluster_alloc()
659 (unsigned long long)zone_start, in ntfs_cluster_alloc()
661 bmp_pos = zone_start; in ntfs_cluster_alloc()
662 if (zone_start == zone_end) { in ntfs_cluster_alloc()
701 bmp_pos = zone_start = bmp_initial_pos = in ntfs_cluster_alloc()
717 done_zones, (unsigned long long)zone_start, in ntfs_cluster_alloc()