Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dinode.c65 inpnext = (struct fileinfo *)calloc(FEGROW + 1,
72 inplast = &inpnext[FEGROW];
H A Dsetup.c259 listmax = FEGROW; in setup()
260 inphash = (struct fileinfo **)calloc(FEGROW, in setup()
262 inphead = (struct fileinfo *)calloc(FEGROW + 1, in setup()
H A Dfsck.h146 #define FEGROW 512 macro