Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dmds_client.h127 struct ceph_auth_handshake s_auth; member
Dmds_client.c379 if (s->s_auth.authorizer) in ceph_put_mds_session()
382 s->s_auth.authorizer); in ceph_put_mds_session()
3780 struct ceph_auth_handshake *auth = &s->s_auth; in get_authorizer()
3809 return ceph_auth_verify_authorizer_reply(ac, s->s_auth.authorizer, len); in verify_authorizer_reply()
3847 struct ceph_auth_handshake *auth = &s->s_auth; in sign_message()
3854 struct ceph_auth_handshake *auth = &s->s_auth; in check_message_signature()