Home
last modified time | relevance | path

Searched refs:s_auth (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
Dmds_client.h186 struct ceph_auth_handshake s_auth; member
Dmds_client.c670 if (s->s_auth.authorizer) in ceph_put_mds_session()
671 ceph_auth_destroy_authorizer(s->s_auth.authorizer); in ceph_put_mds_session()
5120 struct ceph_auth_handshake *auth = &s->s_auth; in get_authorizer()
5149 return ceph_auth_add_authorizer_challenge(ac, s->s_auth.authorizer, in add_authorizer_challenge()
5159 return ceph_auth_verify_authorizer_reply(ac, s->s_auth.authorizer); in verify_authorizer_reply()
5197 struct ceph_auth_handshake *auth = &s->s_auth; in mds_sign_message()
5205 struct ceph_auth_handshake *auth = &s->s_auth; in mds_check_message_signature()