Searched refs:aclmax (Results 1 – 3 of 3) sorted by relevance
87 int64_t numacls, aclmax, aclplast; variable912 aclmax = numdirs + 10; in create_and_init_maps()913 aclpsort = (struct inoinfo **)calloc((unsigned)aclmax, in create_and_init_maps()924 if (aclmax > ULONG_MAX) in create_and_init_maps()
920 if (aclplast == aclmax) { in cacheacl()921 aclmax += 100; in cacheacl()923 (unsigned)aclmax * sizeof (struct inoinfo *)); in cacheacl()
249 extern int64_t numacls, aclmax, aclplast;