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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c904 aclphead = (struct inoinfo **)calloc((unsigned)numacls,
906 if (aclpsort == NULL || aclphead == NULL) {
907 (void) printf("cannot alloc %lld bytes for aclphead\n",
1042 if (aclphead != NULL)
1043 free(aclphead);
H A Dfsck.h252 struct inoinfo **aclphead, **aclpsort; variable in typeref:struct:inoinfo
H A Dinode.c907 aclpp = &aclphead[inum % numacls];

Completed in 65 milliseconds