Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/udfs/fsck/
H A Dinode.c66 if (inpnext >= inplast) {
67 inpnext = (struct fileinfo *)calloc(FEGROW + 1,
69 if (inpnext == NULL)
72 inplast->fe_nexthash = inpnext;
74 inplast = &inpnext[FEGROW];
76 inp = inpnext++;
H A Dfsck.h161 } *inphead, **inphash, *inpnext, *inplast; variable
H A Dsetup.c246 inpnext = inphead; in setup()