Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/ceph/
Dauth.h71 int (*verify_authorizer_reply)(struct ceph_auth_client *ac, member
Dmessenger.h39 int (*verify_authorizer_reply) (struct ceph_connection *con); member
/linux-6.6.21/net/ceph/
Dauth.c372 if (ac->ops && ac->ops->verify_authorizer_reply) in ceph_auth_verify_authorizer_reply()
373 ret = ac->ops->verify_authorizer_reply(ac, a, in ceph_auth_verify_authorizer_reply()
Dauth_x.c1078 .verify_authorizer_reply = ceph_x_verify_authorizer_reply,
Dmessenger_v1.c777 ret = con->ops->verify_authorizer_reply(con); in process_connect()
Dosd_client.c5973 .verify_authorizer_reply = osd_verify_authorizer_reply,
/linux-6.6.21/fs/ceph/
Dmds_client.c5958 .verify_authorizer_reply = mds_verify_authorizer_reply,