Lines Matching defs:zone_start
137 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn;
181 * zone_start and zone_end are the current search range. search_zone
186 zone_start = start_lcn;
187 if (zone_start < 0) {
189 zone_start = vol->data1_zone_pos;
191 zone_start = vol->mft_zone_pos;
192 if (!zone_start) {
199 } else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start &&
200 zone_start < vol->mft_zone_end) {
201 zone_start = vol->mft_zone_end;
207 } else if (zone == MFT_ZONE && (zone_start < vol->mft_zone_start ||
208 zone_start >= vol->mft_zone_end)) {
209 zone_start = vol->mft_lcn;
211 zone_start = 0;
224 if (zone_start >= vol->mft_zone_end) {
236 bmp_pos = bmp_initial_pos = zone_start;
245 "search_zone %i, pass %i, zone_start 0x%llx, "
249 (unsigned long long)zone_start,
502 zone_end = zone_start;
505 zone_start = vol->mft_zone_start;
508 zone_start = vol->mft_zone_end;
511 zone_start = 0;
517 if (zone_end < zone_start)
518 zone_end = zone_start;
519 bmp_pos = zone_start;
521 "zone_start 0x%llx, zone_end 0x%llx, "
523 (unsigned long long)zone_start,
571 zone_start = bmp_initial_pos =
574 if (zone_start == vol->mft_zone_end)
576 if (zone_start >= zone_end) {
577 vol->data1_zone_pos = zone_start =
612 zone_start = bmp_initial_pos =
615 if (!zone_start)
617 if (zone_start >= zone_end) {
618 vol->data2_zone_pos = zone_start =
656 "zone_start 0x%llx, zone_end 0x%llx.",
659 (unsigned long long)zone_start,
661 bmp_pos = zone_start;
662 if (zone_start == zone_end) {
701 bmp_pos = zone_start = bmp_initial_pos =
710 "pass 2, dones_zones 0x%x, zone_start 0x%llx, "
717 done_zones, (unsigned long long)zone_start,