Searched refs:was_authed (Results 1 – 1 of 1) sorted by relevance
1285 bool was_authed) in finish_auth() argument1297 if (!was_authed && ceph_auth_is_authenticated(monc->auth)) { in finish_auth()1316 bool was_authed; in handle_auth_reply() local1320 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() local1411 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() local1433 was_authed = ceph_auth_is_authenticated(monc->auth); in mon_handle_auth_bad_method()[all …]