Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dauth.h125 extern int ceph_auth_is_authenticated(struct ceph_auth_client *ac);
/linux/net/ceph/
H A Dmon_client.c1098 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()
H A Dauth.c298 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated() function
308 EXPORT_SYMBOL(ceph_auth_is_authenticated);