Searched refs:was_authed (Results 1 – 1 of 1) sorted by relevance
1275 bool was_authed) in finish_auth() argument1277 dout("%s auth_err %d was_authed %d\n", __func__, auth_err, was_authed); in finish_auth()1287 if (!was_authed && ceph_auth_is_authenticated(monc->auth)) { in finish_auth()1306 bool was_authed; in handle_auth_reply() local1310 was_authed = ceph_auth_is_authenticated(monc->auth); in handle_auth_reply()1318 finish_auth(monc, ret, was_authed); in handle_auth_reply()1396 bool was_authed; in mon_handle_auth_done() local1401 was_authed = ceph_auth_is_authenticated(monc->auth); in mon_handle_auth_done()1406 finish_auth(monc, ret, was_authed); in mon_handle_auth_done()1419 bool was_authed; in mon_handle_auth_bad_method() local[all …]