Home
last modified time | relevance | path

Searched refs:maxstop (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sbin/disklabel/
H A Deditor.c561 uint64_t maxstop; in allocate_diskchunk() local
570 maxstop = largest.start + DL_BLKTOSEC(lp, sa->maxsz); in allocate_diskchunk()
571 if (maxstop > largest.stop) in allocate_diskchunk()
572 maxstop = largest.stop; in allocate_diskchunk()
576 maxstop = ROUNDUP(maxstop, lp->d_secpercyl); in allocate_diskchunk()
577 if (maxstop > largest.stop) in allocate_diskchunk()
578 maxstop -= lp->d_secpercyl; in allocate_diskchunk()
579 if (largest.start >= maxstop) in allocate_diskchunk()
580 largest.start = largest.stop = maxstop = 0; in allocate_diskchunk()
583 if (maxstop < largest.stop) in allocate_diskchunk()
[all …]