Searched refs:zone_start (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.c238 LCN zone_start, zone_end; /* current search range */ local
283 zone_start = start_lcn;
285 if (zone_start < 0) {
287 zone_start = vol->data1_zone_pos;
289 zone_start = vol->mft_zone_pos;
295 if (!zone_start || zone_start == vol->mft_zone_start ||
296 zone_start == vol->mft_zone_end)
299 if (zone_start < vol->mft_zone_start) {
302 } else if (zone_start < vo
[all...]

Completed in 85 milliseconds