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

/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c96 int listmax = 0; local
118 listmax = CHUNK;
181 if (listcnt >= listmax) {
182 listmax += CHUNK;
184 sizeof (char *) * listmax);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dinode.c60 inpp = &inphash[feblock % listmax];
H A Dsetup.c236 listmax = FEGROW;
243 listmax * sizeof (struct fileinfo));
247 inplast = &inphead[listmax];
H A Dfsck.h162 long numdirs, numfiles, listmax; variable
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c105 int listmax = 0; local
115 listmax = CHUNK;
185 if (listcnt >= listmax) {
186 listmax += CHUNK;
188 sizeof (char *) * listmax);
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c125 int listmax = 0; local
135 listmax = CHUNK;
209 if (listcnt >= listmax) {
210 listmax += CHUNK;
212 sizeof (char *) * listmax);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c839 if (inplast == listmax) {
840 listmax += 100;
842 (unsigned)listmax * sizeof (struct inoinfo *));
H A Dsetup.c882 listmax = numdirs + 10;
883 inpsort = (struct inoinfo **)calloc((unsigned)listmax,
894 if (listmax > ULONG_MAX)
895 errexit("create_and_init_maps: listmax overflowed\n");
H A Dfsck.h247 int64_t numdirs, listmax, inplast; variable

Completed in 70 milliseconds