Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ceph/
Dauth.h101 extern int ceph_auth_is_authenticated(struct ceph_auth_client *ac);
/linux-3.4.99/net/ceph/
Dauth.c270 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated() function
280 EXPORT_SYMBOL(ceph_auth_is_authenticated);
Dmon_client.c740 if (ceph_auth_is_authenticated(monc->auth)) in delayed_work()
896 was_auth = ceph_auth_is_authenticated(monc->auth); in handle_auth_reply()
907 } else if (!was_auth && ceph_auth_is_authenticated(monc->auth)) { in handle_auth_reply()