Searched refs:was_authed (Results 1 – 1 of 1) sorted by relevance
1284 bool was_authed) in finish_auth() argument1286 dout("%s auth_err %d was_authed %d\n", __func__, auth_err, was_authed); in finish_auth()1296 if (!was_authed && ceph_auth_is_authenticated(monc->auth)) { in finish_auth()1315 bool was_authed; in handle_auth_reply() local1319 was_authed = ceph_auth_is_authenticated(monc->auth); in handle_auth_reply()1327 finish_auth(monc, ret, was_authed); in handle_auth_reply()1405 bool was_authed; in mon_handle_auth_done() local1410 was_authed = ceph_auth_is_authenticated(monc->auth); in mon_handle_auth_done()1415 finish_auth(monc, ret, was_authed); in mon_handle_auth_done()1428 bool was_authed; in mon_handle_auth_bad_method() local[all …]