Searched refs:aclmax (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c914 if (aclplast == aclmax) {
915 aclmax += 100;
917 (unsigned)aclmax * sizeof (struct inoinfo *));
H A Dsetup.c901 aclmax = numdirs + 10;
902 aclpsort = (struct inoinfo **)calloc((unsigned)aclmax,
913 if (aclmax > ULONG_MAX)
914 errexit("create_and_init_maps: aclmax overflowed\n");
H A Dfsck.h253 int64_t numacls, aclmax, aclplast; variable

Completed in 65 milliseconds