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

/linux-master/include/linux/ceph/
H A Dauth.h125 extern int ceph_auth_is_authenticated(struct ceph_auth_client *ac);
/linux-master/net/ceph/
H A Dmon_client.c1094 int is_auth = ceph_auth_is_authenticated(monc->auth);
1287 if (!was_authed && ceph_auth_is_authenticated(monc->auth)) {
1310 was_authed = ceph_auth_is_authenticated(monc->auth);
1401 was_authed = ceph_auth_is_authenticated(monc->auth);
1423 was_authed = ceph_auth_is_authenticated(monc->auth);
H A Dauth.c296 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) function
306 EXPORT_SYMBOL(ceph_auth_is_authenticated); variable

Completed in 105 milliseconds