Home
last modified time | relevance | path

Searched refs:svc_return_autherr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsvc.h531 __be32 svc_return_autherr(struct svc_rqst *rqstp, __be32 auth_err);
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvc.c1161 svc_return_autherr(struct svc_rqst *rqstp, __be32 auth_err) in svc_return_autherr() function
1166 EXPORT_SYMBOL_GPL(svc_return_autherr);
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dcallback_xdr.c987 return svc_return_autherr(rqstp, rpc_autherr_badcred); in nfs4_callback_compound()