Lines Matching refs:blksfree
633 uchar_t *blksfree; in free() local
669 blksfree = cg_blksfree(cgp); in free()
679 if (!isclrblock(fs, blksfree, blkno)) { in free()
687 setblock(fs, blksfree, blkno); in free()
704 bmap = blkmap(fs, blksfree, bbase); in free()
710 if (isset(blksfree, bno + i)) { in free()
724 setbit(blksfree, bno + i); in free()
738 bmap = blkmap(fs, blksfree, bbase); in free()
744 if (isblock(fs, blksfree, blkno)) { in free()
900 uchar_t *blksfree; in fragextend() local
922 blksfree = cg_blksfree(cgp); in fragextend()
926 if (isclr(blksfree, bno + i)) { in fragextend()
947 if (isclr(blksfree, bno + i)) in fragextend()
955 clrbit(blksfree, bno + i); in fragextend()
981 uchar_t *blksfree; in alloccg() local
1011 blksfree = cg_blksfree(cgp); in alloccg()
1056 setbit(blksfree, bpref + i); in alloccg()
1070 clrbit(blksfree, bno + i); in alloccg()
1114 uchar_t *blksfree; in alloccgblk() local
1121 blksfree = cg_blksfree(cgp); in alloccgblk()
1131 if (isblock(fs, blksfree, (daddr_t)fragstoblks(fs, bpref))) { in alloccgblk()
1234 if (isblock(fs, blksfree, (daddr_t)(bno + i))) { in alloccgblk()
1263 clrblock(fs, blksfree, (long)blkno); in alloccgblk()
1959 uchar_t *blksfree; in contigpref() local
1984 blksfree = cg_blksfree(cgp); /* free array */ in contigpref()
1990 if (isblock(fs, blksfree, cgbno)) { in contigpref()
2003 if (!isblock(fs, blksfree, cgbno)) in contigpref()