Searched refs:svc_return_autherr (Results 1 – 3 of 3) sorted by relevance
531 __be32 svc_return_autherr(struct svc_rqst *rqstp, __be32 auth_err);
1161 svc_return_autherr(struct svc_rqst *rqstp, __be32 auth_err) in svc_return_autherr() function1166 EXPORT_SYMBOL_GPL(svc_return_autherr);
991 return svc_return_autherr(rqstp, rpc_autherr_badcred); in nfs4_callback_compound()