Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/udfs/fsck/
H A Dinode.c67 inpnext = (struct fileinfo *)calloc(FEGROW + 1,
74 inplast = &inpnext[FEGROW];
H A Dsetup.c236 listmax = FEGROW; in setup()
237 inphash = (struct fileinfo **)calloc(FEGROW, in setup()
239 inphead = (struct fileinfo *)calloc(FEGROW + 1, in setup()
H A Dfsck.h164 #define FEGROW 512 macro