OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxiblk
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/ffs/
ffs_alloc.c
1271
int32_t initediblk,
maxiblk
, irotor;
local
1288
maxiblk
= initediblk;
1310
maxiblk
= initediblk;
1327
maxiblk
+= FFS_INOPB(fs);
1342
if (ipref <
maxiblk
&& isclr(inosused, ipref))
1353
len = howmany(
maxiblk
- irotor, NBBY);
1377
KASSERTMSG(ipref <
maxiblk
, "%s: allocation botch: cg=%d attempt to "
1380
__func__, cg, (int)ipref,
maxiblk
, cgp->cg_niblk);
ffs_alloc.c
1271
int32_t initediblk,
maxiblk
, irotor;
local
1288
maxiblk
= initediblk;
1310
maxiblk
= initediblk;
1327
maxiblk
+= FFS_INOPB(fs);
1342
if (ipref <
maxiblk
&& isclr(inosused, ipref))
1353
len = howmany(
maxiblk
- irotor, NBBY);
1377
KASSERTMSG(ipref <
maxiblk
, "%s: allocation botch: cg=%d attempt to "
1380
__func__, cg, (int)ipref,
maxiblk
, cgp->cg_niblk);
Completed in 94 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026