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

/illumos-gate/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 in typeref:struct:fileinfo
H A Dsetup.c247 inplast = &inphead[listmax];
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c62 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) {
H A Dinode.c839 if (inplast == listmax) {
846 inpsort[inplast++] = inp;
880 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) {
H A Dfsck.h247 int64_t numdirs, listmax, inplast; variable
H A Dpass2.c136 qsort((void *)inpsort, (size_t)inplast, sizeof (*inpsort), blksort);
144 inpend = &inpsort[inplast];
H A Ddir.c81 inpend = &inpsort[inplast];
H A Dsetup.c919 inplast = 0L;

Completed in 75 milliseconds