Searched refs:ceph_auth_is_authenticated (Results 1 – 3 of 3) sorted by relevance
117 extern int ceph_auth_is_authenticated(struct ceph_auth_client *ac);
272 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated() function282 EXPORT_SYMBOL(ceph_auth_is_authenticated);
963 int is_auth = ceph_auth_is_authenticated(monc->auth); in delayed_work()1146 was_auth = ceph_auth_is_authenticated(monc->auth); in handle_auth_reply()1161 } else if (!was_auth && ceph_auth_is_authenticated(monc->auth)) { in handle_auth_reply()