Home
last modified time | relevance | path

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

/openbsd/src/sbin/disklabel/
Deditor.c47 #define CHUNKSZ(_c) ((_c)->stop - (_c)->start) macro
413 total += CHUNKSZ(chunk); in editor()
417 CHUNKSZ(chunk)); in editor()
567 if (CHUNKSZ(chunk) > CHUNKSZ(&largest)) in allocate_diskchunk()
585 if (CHUNKSZ(&largest) < DL_BLKTOSEC(lp, sa->minsz)) in allocate_diskchunk()
804 if (CHUNKSZ(chunk) > new_size) { in editor_add()
805 new_size = CHUNKSZ(chunk); in editor_add()
1429 freesectors += CHUNKSZ(chunk); in editor_countfree()