Searched refs:blksfree (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dffs_alloc.c1015 u_int8_t *blksfree; local
1043 blksfree = cg_blksfree(cgp, UFS_FSNEEDSWAP(fs));
1045 if (isclr(blksfree, bno + i))
1054 if (isclr(blksfree, bno + i))
1061 clrbit(blksfree, bno + i);
1094 u_int8_t *blksfree; local
1131 blksfree = cg_blksfree(cgp, needswap);
1147 setbit(blksfree, bno + i);
1169 clrbit(blksfree, bno + i);
1210 u_int8_t *blksfree; local
1458 u_int8_t *blksfree; local
1660 u_int8_t *blksfree; local
1954 u_int8_t *blksfree; local
[all...]
H A Dffs_wapbl.c729 uint8_t *blksfree; local
830 blksfree = cg_blksfree(cgp, needswap);
836 if (ffs_isblock(fs, blksfree, blkno))
846 if (!ffs_isblock(fs, blksfree, blkno))
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/ffs/
H A Dffs_alloc.c396 u_int8_t *blksfree; local
399 blksfree = cg_blksfree(cgp, needswap);
408 if (ffs_isblock(fs, blksfree, fragstoblks(fs, bno)))
420 ffs_clrblock(fs, blksfree, (long)blkno);

Completed in 113 milliseconds