OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:avgifree
(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
214
avgifree
= fs->e2fs.e2fs_ficount / fs->e2fs_ncg;
221
if (nifree <
avgifree
) {
/src/sys/ufs/ffs/
ffs_alloc.c
644
u_int
avgifree
, avgbfree, avgndir;
local in function:ffs_dirpref
653
avgifree
= fs->fs_cstotal.cs_nifree / fs->fs_ncg;
666
fs->fs_cs(fs, cg).cs_nifree >=
avgifree
&&
673
fs->fs_cs(fs, cg).cs_nifree >=
avgifree
&&
684
* Try cylinder groups with >75%
avgifree
and avgbfree.
689
minifree =
avgifree
-
avgifree
/ 4;
736
if (fs->fs_cs(fs, cg).cs_nifree >=
avgifree
)
739
if (fs->fs_cs(fs, cg).cs_nifree >=
avgifree
)
Completed in 31 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025