Home
last modified time | relevance | path

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

/NextBSD/sbin/fsck_ffs/
HDpass4.c136 } else if (testbmap(blkno)) { in pass4check()
HDfsck.h354 #define testbmap(blkno) isset(blockmap, blkno) macro
HDfsutil.c769 if (testbmap(i + j)) in allocblk()
772 if (testbmap(i + j + k)) in allocblk()
HDpass1.c475 } else if (!testbmap(blkno)) { in pass1check()
HDpass5.c254 if (testbmap(d + j)) { in pass5()