Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/auth_gss/
Dsvcauth_gss.c1436 goto auth_err; in svcauth_gss_accept()
1454 goto auth_err; in svcauth_gss_accept()
1457 goto auth_err; in svcauth_gss_accept()
1462 goto auth_err; in svcauth_gss_accept()
1464 goto auth_err; in svcauth_gss_accept()
1467 goto auth_err; in svcauth_gss_accept()
1483 goto auth_err; in svcauth_gss_accept()
1488 goto auth_err; in svcauth_gss_accept()
1495 goto auth_err; in svcauth_gss_accept()
1502 goto auth_err; in svcauth_gss_accept()
[all …]
/Linux-v4.19/net/ceph/
Dceph_common.c633 client->auth_err = 0; in ceph_create_client()
716 have_mon_and_osd_map(client) || (client->auth_err < 0), in __ceph_open_session()
720 if (client->auth_err < 0) in __ceph_open_session()
721 return client->auth_err; in __ceph_open_session()
Dmon_client.c1160 monc->client->auth_err = ret; in handle_auth_reply()
1177 if (monc->client->auth_err < 0) in handle_auth_reply()
/Linux-v4.19/include/linux/ceph/
Dlibceph.h120 int auth_err; member