Home
last modified time | relevance | path

Searched refs:maxspace (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_alloc.c212 int cg, maxspace, mincg, avgifree; in ext2fs_dirpref() local
215 maxspace = 0; in ext2fs_dirpref()
227 if (mincg == -1 || nbfree > maxspace) { in ext2fs_dirpref()
229 maxspace = nbfree; in ext2fs_dirpref()
/netbsd-src/usr.sbin/sysinst/
H A Dlabel.c2076 char defstart[24], isize[24], maxpart, minspace, maxspace, in getpartoff() local
2110 maxspace = minspace + spaces -1; in getpartoff()
2112 maxspace); in getpartoff()
2114 maxspace = minspace = maxpart + 1; in getpartoff()
2118 maxspace = 0; in getpartoff()
2201 isize[0] <= maxspace) { in getpartoff()