Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dinode.c64 if (inpnext >= inplast) {
70 inplast->fe_nexthash = inpnext;
71 inplast->fe_block = (uint32_t)-1;
72 inplast = &inpnext[FEGROW];
H A Dfsck.h143 extern fileinfo_t *inphead, **inphash, *inpnext, *inplast;
H A Dsetup.c90 struct fileinfo *inphead, **inphash, *inpnext, *inplast; variable
270 inplast = &inphead[listmax]; in setup()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c845 if (inplast == listmax) { in cacheino()
852 inpsort[inplast++] = inp; in cacheino()
886 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) { in inocleanup()
H A Dpass3.c60 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) { in pass3a()
H A Dpass2.c134 qsort((void *)inpsort, (size_t)inplast, sizeof (*inpsort), blksort); in pass2()
142 inpend = &inpsort[inplast]; in pass2()
H A Dfsck.h243 extern int64_t numdirs, listmax, inplast;
H A Dsetup.c88 int64_t numdirs, listmax, inplast; variable
930 inplast = 0L; in create_and_init_maps()
H A Ddir.c79 inpend = &inpsort[inplast]; in propagate()