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);
1098 int is_auth = ceph_auth_is_authenticated(monc->auth); in delayed_work()1296 if (!was_authed && ceph_auth_is_authenticated(monc->auth)) { in finish_auth()1319 was_authed = ceph_auth_is_authenticated(monc->auth); in handle_auth_reply()1410 was_authed = ceph_auth_is_authenticated(monc->auth); in mon_handle_auth_done()1432 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);