Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c135 if (testbusy(block)) in markbusy()
152 if (!testbusy(i)) { in printfree()
H A Dfsck.h199 #define testbusy(blkno) isset(busymap, blkno) macro