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

/freebsd-9.3-release/sbin/fsck_ffs/
H A Dpass5.c60 int inomapsize, blkmapsize; local
130 inomapsize = howmany(fs->fs_ipg, CHAR_BIT);
131 newcg->cg_freeoff = newcg->cg_iusedoff + inomapsize;
423 int inomapsize, excessdirs; local
426 inomapsize = howmany(fs->fs_ipg, CHAR_BIT);
433 check_maps(cg_inosused(newcg), cg_inosused(oldcg), inomapsize, local
436 check_maps(cg_inosused(newcg), cg_inosused(oldcg), inomapsize, local

Completed in 78 milliseconds