Home | History | Annotate | Download | only in common

Lines Matching defs:aclp

695  * If the aclp == NULL or won't fit in an acl, just discard the acl info.
698 nfsrv_dissectacl(struct nfsrv_descript *nd, NFSACL_T *aclp, int *aclerrp,
706 if (aclp)
707 aclp->acl_cnt = 0;
720 if (aclp && !aceerr)
721 error = nfsrv_dissectace(nd, &aclp->acl_entry[i],
729 if (aclp && !aceerr)
730 aclp->acl_cnt = acecnt;
813 struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp,
1088 if (aceerr || aclp == NULL ||
1089 nfsrv_compareacl(aclp, naclp))
1099 if (vp != NULL && aclp != NULL)
1100 error = nfsrv_dissectacl(nd, aclp, &aceerr,
2058 NFSACL_T *aclp, *naclp = NULL;
2076 aclp = saclp;
2080 aclp = naclp;
2221 retnum += nfsrv_buildacl(nd, aclp, vnode_vtype(vp), p);