Home
last modified time | relevance | path

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

/netbsd/src/sys/ufs/ffs/
Dffs_alloc.c1271 int32_t initediblk, maxiblk, irotor; in ffs_nodealloccg() local
1288 maxiblk = initediblk; in ffs_nodealloccg()
1310 maxiblk = initediblk; in ffs_nodealloccg()
1327 maxiblk += FFS_INOPB(fs); in ffs_nodealloccg()
1342 if (ipref < maxiblk && isclr(inosused, ipref)) in ffs_nodealloccg()
1353 len = howmany(maxiblk - irotor, NBBY); in ffs_nodealloccg()
1377 KASSERTMSG(ipref < maxiblk, "%s: allocation botch: cg=%d attempt to " in ffs_nodealloccg()
1380 __func__, cg, (int)ipref, maxiblk, cgp->cg_niblk); in ffs_nodealloccg()