Searched refs:retacl (Results 1 – 1 of 1) sorted by relevance
8337 int didprintf, ret, retacl, xfer; in nfsrv_copymr() local8503 retacl = VOP_GETACL(vp, ACL_TYPE_NFS4, aclp, cred, p); in nfsrv_copymr()8504 if (retacl != 0 && retacl != ENOATTR) in nfsrv_copymr()8505 NFSD_DEBUG(1, "nfsrv_copymr: vop_getacl=%d\n", retacl); in nfsrv_copymr()8537 if (ret == 0 && retacl == 0) { in nfsrv_copymr()