Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/fsck_ffs/
H A Dpass4.c138 } else if (testbmap(blkno)) { in pass4check()
H A Dfsck.h363 #define testbmap(blkno) isset(blockmap, blkno) macro
H A Dfsutil.c761 if (testbmap(i + j)) in allocblk()
764 if (testbmap(i + j + k)) in allocblk()
H A Dpass1.c521 } else if (!testbmap(blkno)) { in pass1check()
H A Dpass5.c278 if (testbmap(d + j)) { in pass5()