Searched refs:retacl (Results 1 – 2 of 2) sorted by relevance
| /src/sys/fs/nfsserver/ |
| H A D | nfs_nfsdserv.c | 3357 int retacl; in nfsrvd_open() local 3360 retacl = VOP_GETACL(vp, ACL_TYPE_NFS4, aclp, in nfsrvd_open() 3362 if (retacl != 0 && retacl != ENOATTR && in nfsrvd_open() 3363 retacl != EOPNOTSUPP && retacl != EINVAL) in nfsrvd_open() 3365 else if (retacl == 0 && aclp->acl_cnt > 0) in nfsrvd_open()
|
| H A D | nfs_nfsdstate.c | 8354 int didprintf, ret, retacl, xfer; in nfsrv_copymr() local 8520 retacl = VOP_GETACL(vp, ACL_TYPE_NFS4, aclp, cred, p); in nfsrv_copymr() 8521 if (retacl != 0 && retacl != ENOATTR) in nfsrv_copymr() 8522 NFSD_DEBUG(1, "nfsrv_copymr: vop_getacl=%d\n", retacl); in nfsrv_copymr() 8554 if (ret == 0 && retacl == 0) { in nfsrv_copymr()
|