Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dinode.c66 if (inpnext >= inplast) {
72 inplast->fe_nexthash = inpnext;
73 inplast->fe_block = (uint32_t)-1;
74 inplast = &inpnext[FEGROW];
H A Dfsck.h161 } *inphead, **inphash, *inpnext, *inplast; variable
H A Dsetup.c247 inplast = &inphead[listmax]; in setup()
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c839 if (inplast == listmax) { in cacheino()
846 inpsort[inplast++] = inp; in cacheino()
880 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) { in inocleanup()
H A Dpass3.c62 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) { in pass3a()
H A Dpass2.c136 qsort((void *)inpsort, (size_t)inplast, sizeof (*inpsort), blksort); in pass2()
144 inpend = &inpsort[inplast]; in pass2()
H A Dfsck.h247 int64_t numdirs, listmax, inplast; variable
H A Dsetup.c919 inplast = 0L; in create_and_init_maps()
H A Ddir.c81 inpend = &inpsort[inplast]; in propagate()