Searched defs:blksfree (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_snap.c289 uchar_t *blksfree; local
319 blksfree = cg_blksfree(cgp);
326 if (isclr(blksfree, curfrag)) {
H A Dufs_alloc.c633 uchar_t *blksfree; local
669 blksfree = cg_blksfree(cgp);
679 if (!isclrblock(fs, blksfree, blkno)) {
687 setblock(fs, blksfree, blkno);
704 bmap = blkmap(fs, blksfree, bbase);
710 if (isset(blksfree, bno + i)) {
724 setbit(blksfree, bno + i);
738 bmap = blkmap(fs, blksfree, bbase);
744 if (isblock(fs, blksfree, blkno)) {
900 uchar_t *blksfree; local
981 uchar_t *blksfree; local
1114 uchar_t *blksfree; local
1960 uchar_t *blksfree; local
[all...]

Completed in 57 milliseconds