Searched defs:minbpg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c477 int cg, minndir, mincg, avgifree, mininode, minbpg, ifree; local
482 minbpg = fs->fs_maxbpg >> 2;
485 (fs->fs_cs(fs, cg).cs_nbfree > minbpg)) {
496 (fs->fs_cs(fs, cg).cs_nbfree > minbpg)) {

Completed in 75 milliseconds