Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dmon_client.c1285 bool was_authed) in finish_auth() argument
1297 if (!was_authed && ceph_auth_is_authenticated(monc->auth)) { in finish_auth()
1316 bool was_authed; in handle_auth_reply() local
1320 was_authed = ceph_auth_is_authenticated(monc->auth); in handle_auth_reply()
1328 finish_auth(monc, ret, was_authed); in handle_auth_reply()
1406 bool was_authed; in mon_handle_auth_done() local
1411 was_authed = ceph_auth_is_authenticated(monc->auth); in mon_handle_auth_done()
1416 finish_auth(monc, ret, was_authed); in mon_handle_auth_done()
1429 bool was_authed; in mon_handle_auth_bad_method() local
1433 was_authed = ceph_auth_is_authenticated(monc->auth); in mon_handle_auth_bad_method()
[all …]