Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dauth.h117 extern int ceph_auth_is_authenticated(struct ceph_auth_client *ac);
/Linux-v4.19/net/ceph/
Dauth.c272 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated() function
282 EXPORT_SYMBOL(ceph_auth_is_authenticated);
Dmon_client.c963 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()