Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/makefs/ffs/ | |
ffs_alloc.c | 437 int32_t fragno, cgbno; local in function:ffs_blkfree 463 cgbno = dtogd(fs, bno); 465 fragno = ffs_fragstoblks(fs, cgbno); 476 bbase = cgbno - ffs_fragnum(fs, cgbno); 487 if (isset(cg_blksfree(cgp, needswap), cgbno + i)) { 490 (long long)(cgbno + i)); 492 setbit(cg_blksfree(cgp, needswap), cgbno + i); |
/src/sys/ufs/ffs/ | |
ffs_alloc.c | 1460 int32_t fragno, cgbno; local in function:ffs_blkalloc_ump 1483 cgbno = dtogd(fs, bno); 1488 fragno = ffs_fragstoblks(fs, cgbno); 1500 bbase = cgbno - ffs_fragnum(fs, cgbno); 1504 if (isclr(blksfree, cgbno + i)) { 1532 clrbit(blksfree, cgbno + i); 1876 int32_t fragno, cgbno; local in function:ffs_blkfree_common 1888 cgbno = dtogd(fs, bno); 1892 fragno = ffs_fragstoblks(fs, cgbno); 2003 daddr_t cgbno; local in function:ffs_freefile 2040 daddr_t cgbno; local in function:ffs_freefile_snap 2123 daddr_t cgbno; local in function:ffs_checkfreefile [all...] |