Searched refs:ceph_auth_is_authenticated (Results 1 – 3 of 3) sorted by relevance
125 extern int ceph_auth_is_authenticated(struct ceph_auth_client *ac);
1100 int is_auth = ceph_auth_is_authenticated(monc->auth); in delayed_work()1298 if (!was_authed && ceph_auth_is_authenticated(monc->auth)) { in finish_auth()1321 was_authed = ceph_auth_is_authenticated(monc->auth); in handle_auth_reply()1412 was_authed = ceph_auth_is_authenticated(monc->auth); in mon_handle_auth_done()1434 was_authed = ceph_auth_is_authenticated(monc->auth); in mon_handle_auth_bad_method()
298 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated() function308 EXPORT_SYMBOL(ceph_auth_is_authenticated);