Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/
H A 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); variable
H A Dmon_client.c1027 int is_auth = ceph_auth_is_authenticated(monc->auth); in delayed_work()
1216 was_auth = ceph_auth_is_authenticated(monc->auth); in handle_auth_reply()
1231 } else if (!was_auth && ceph_auth_is_authenticated(monc->auth)) { in handle_auth_reply()
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dauth.h117 extern int ceph_auth_is_authenticated(struct ceph_auth_client *ac);
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dauth.h125 extern int ceph_auth_is_authenticated(struct ceph_auth_client *ac);
/kernel/linux/linux-6.6/net/ceph/
H A 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); variable
H A 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()

Completed in 6 milliseconds