Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c1457 goto auth_err; in svcauth_gss_accept()
1475 goto auth_err; in svcauth_gss_accept()
1478 goto auth_err; in svcauth_gss_accept()
1483 goto auth_err; in svcauth_gss_accept()
1485 goto auth_err; in svcauth_gss_accept()
1488 goto auth_err; in svcauth_gss_accept()
1504 goto auth_err; in svcauth_gss_accept()
1509 goto auth_err; in svcauth_gss_accept()
1516 goto auth_err; in svcauth_gss_accept()
1523 goto auth_err; in svcauth_gss_accept()
[all …]
/Linux-v5.4/net/ceph/
Dceph_common.c660 client->auth_err = 0; in ceph_create_client()
751 have_mon_and_osd_map(client) || (client->auth_err < 0), in __ceph_open_session()
755 if (client->auth_err < 0) in __ceph_open_session()
756 return client->auth_err; in __ceph_open_session()
Dmon_client.c1181 monc->client->auth_err = ret; in handle_auth_reply()
1198 if (monc->client->auth_err < 0) in handle_auth_reply()
/Linux-v5.4/include/linux/ceph/
Dlibceph.h129 int auth_err; member
/Linux-v5.4/include/linux/sunrpc/
Dsvc.h526 __be32 svc_return_autherr(struct svc_rqst *rqstp, __be32 auth_err);
/Linux-v5.4/net/sunrpc/
Dsvc.c1172 svc_return_autherr(struct svc_rqst *rqstp, __be32 auth_err) in svc_return_autherr() argument
1175 return auth_err; in svc_return_autherr()