Home
last modified time | relevance | path

Searched refs:auth_err (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/net/sunrpc/auth_gss/
Dsvcauth_gss.c1545 goto auth_err; in svcauth_gss_accept()
1563 goto auth_err; in svcauth_gss_accept()
1566 goto auth_err; in svcauth_gss_accept()
1571 goto auth_err; in svcauth_gss_accept()
1573 goto auth_err; in svcauth_gss_accept()
1576 goto auth_err; in svcauth_gss_accept()
1592 goto auth_err; in svcauth_gss_accept()
1597 goto auth_err; in svcauth_gss_accept()
1604 goto auth_err; in svcauth_gss_accept()
1611 goto auth_err; in svcauth_gss_accept()
[all …]
/Linux-v5.10/net/ceph/
Dceph_common.c690 client->auth_err = 0; in ceph_create_client()
781 have_mon_and_osd_map(client) || (client->auth_err < 0), in __ceph_open_session()
785 if (client->auth_err < 0) in __ceph_open_session()
786 return client->auth_err; in __ceph_open_session()
Dmon_client.c1218 monc->client->auth_err = ret; in handle_auth_reply()
1235 if (monc->client->auth_err < 0) in handle_auth_reply()
/Linux-v5.10/include/linux/ceph/
Dlibceph.h132 int auth_err; member
/Linux-v5.10/include/linux/sunrpc/
Dsvc.h531 __be32 svc_return_autherr(struct svc_rqst *rqstp, __be32 auth_err);
/Linux-v5.10/net/sunrpc/
Dsvc.c1161 svc_return_autherr(struct svc_rqst *rqstp, __be32 auth_err) in svc_return_autherr() argument
1164 return auth_err; in svc_return_autherr()