Lines Matching defs:aclp
1117 * If the aclp == NULL or won't fit in an acl, just discard the acl info.
1120 nfsrv_dissectacl(struct nfsrv_descript *nd, NFSACL_T *aclp, bool server,
1128 if (aclp)
1129 aclp->acl_cnt = 0;
1150 if (aclp && !aceerr)
1151 error = nfsrv_dissectace(nd, &aclp->acl_entry[i],
1159 if (aclp && !aceerr)
1160 aclp->acl_cnt = acecnt;
1284 struct nfsfsinfo *fsp, NFSACL_T *aclp, int compare, int *retcmpp,
1566 if (aceerr || aclp == NULL ||
1567 nfsrv_compareacl(aclp, naclp))
1579 if (vp != NULL && aclp != NULL)
1580 error = nfsrv_dissectacl(nd, aclp, false,
2592 NFSACL_T *aclp, *naclp = NULL;
2612 aclp = saclp;
2616 aclp = naclp;
2781 retnum += nfsrv_buildacl(nd, aclp, vp->v_type, p);