HomeSort by: relevance | last modified time | path
    Searched defs:blksfree (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/makefs/ffs/
ffs_alloc.c 391 u_int8_t *blksfree; local in function:ffs_alloccgblk
394 blksfree = cg_blksfree(cgp, needswap);
403 if (ffs_isblock(fs, blksfree, ffs_fragstoblks(fs, bno)))
415 ffs_clrblock(fs, blksfree, (long)blkno);
  /src/sys/ufs/ffs/
ffs_wapbl.c 777 uint8_t *blksfree; local in function:wapbl_find_log_start
879 blksfree = cg_blksfree(cgp, needswap);
885 if (ffs_isblock(fs, blksfree, blkno))
895 if (!ffs_isblock(fs, blksfree, blkno))
ffs_alloc.c 980 u_int8_t *blksfree; local in function:ffs_fragextend
1008 blksfree = cg_blksfree(cgp, UFS_FSNEEDSWAP(fs));
1010 if (isclr(blksfree, bno + i))
1019 if (isclr(blksfree, bno + i))
1026 clrbit(blksfree, bno + i);
1061 u_int8_t *blksfree; local in function:ffs_alloccg
1110 blksfree = cg_blksfree(cgp, needswap);
1126 setbit(blksfree, bno + i);
1148 clrbit(blksfree, bno + i);
1190 u_int8_t *blksfree; local in function:ffs_alloccgblk
1463 u_int8_t *blksfree; local in function:ffs_blkalloc_ump
1879 u_int8_t *blksfree; local in function:ffs_blkfree_common
2166 u_int8_t *blksfree; local in function:ffs_mapsearch
    [all...]

Completed in 125 milliseconds