Home
last modified time | relevance | path

Searched refs:verify_authorizer_reply (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/ceph/
Dauth.h71 int (*verify_authorizer_reply)(struct ceph_auth_client *ac, member
Dmessenger.h37 int (*verify_authorizer_reply) (struct ceph_connection *con); member
/kernel/linux/linux-5.10/net/ceph/
Dauth.c340 if (ac->ops && ac->ops->verify_authorizer_reply) in ceph_auth_verify_authorizer_reply()
341 ret = ac->ops->verify_authorizer_reply(ac, a); in ceph_auth_verify_authorizer_reply()
Dauth_x.c922 .verify_authorizer_reply = ceph_x_verify_authorizer_reply,
Dosd_client.c5621 static int verify_authorizer_reply(struct ceph_connection *con) in verify_authorizer_reply() function
5670 .verify_authorizer_reply = verify_authorizer_reply,
Dmessenger.c2078 ret = con->ops->verify_authorizer_reply(con); in process_connect()
/kernel/linux/linux-5.10/fs/ceph/
Dmds_client.c5153 static int verify_authorizer_reply(struct ceph_connection *con) in verify_authorizer_reply() function
5216 .verify_authorizer_reply = verify_authorizer_reply,