Searched refs:starting_sector (Results 1 – 1 of 1) sorted by relevance
184 static u_int64_t starting_sector; variable539 if (((pstart >= starting_sector && pstart < ending_sector) || in editor_allocspace()540 (pend > starting_sector && pend <= ending_sector))) in editor_allocspace()1285 starting_sector, DL_GETDSIZE(lp), NULL); in set_bounds()1302 "entire disk).", ending_sector - starting_sector, in set_bounds()1316 starting_sector = start_temp; in set_bounds()1317 DL_SETBSTART(lp, starting_sector); in set_bounds()1363 chunks[0].start = starting_sector; in free_chunks()1371 if (DL_GETPOFFSET(spp[0]) > starting_sector) { in free_chunks()1372 chunks[0].start = starting_sector; in free_chunks()[all …]