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

  /src/sys/ufs/ext2fs/
ext2fs_alloc.c 212 int cg, maxspace, mincg, avgifree; local in function:ext2fs_dirpref
216 mincg = -1;
227 if (mincg == -1 || nbfree > maxspace) {
228 mincg = cg;
232 return mincg;
  /src/sys/ufs/ffs/
ffs_alloc.c 646 u_int mincg, minndir; local in function:ffs_dirpref
662 mincg = prefcg;
668 mincg = cg;
675 mincg = cg;
678 return ((ino_t)(fs->fs_ipg * mincg));

Completed in 14 milliseconds