Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/udfs/fsck/
H A Dinode.c60 inpp = &inphash[feblock % listmax];
H A Dsetup.c237 inphash = (struct fileinfo **)calloc(FEGROW, in setup()
241 if (inphead == NULL || inphash == NULL) { in setup()
H A Dfsck.h161 } *inphead, **inphash, *inpnext, *inplast; variable