Home
last modified time | relevance | path

Searched refs:ceph_auth_is_authenticated (Results 1 – 2 of 2) sorted by relevance

/net/ceph/
Dmon_client.c1094 int is_auth = ceph_auth_is_authenticated(monc->auth); in delayed_work()
1287 if (!was_authed && ceph_auth_is_authenticated(monc->auth)) { in finish_auth()
1310 was_authed = ceph_auth_is_authenticated(monc->auth); in handle_auth_reply()
1401 was_authed = ceph_auth_is_authenticated(monc->auth); in mon_handle_auth_done()
1423 was_authed = ceph_auth_is_authenticated(monc->auth); in mon_handle_auth_bad_method()
Dauth.c296 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated() function
306 EXPORT_SYMBOL(ceph_auth_is_authenticated);