authorizer 557 fs/ceph/mds_client.c if (s->s_auth.authorizer) authorizer 558 fs/ceph/mds_client.c ceph_auth_destroy_authorizer(s->s_auth.authorizer); authorizer 4697 fs/ceph/mds_client.c if (force_new && auth->authorizer) { authorizer 4698 fs/ceph/mds_client.c ceph_auth_destroy_authorizer(auth->authorizer); authorizer 4699 fs/ceph/mds_client.c auth->authorizer = NULL; authorizer 4701 fs/ceph/mds_client.c if (!auth->authorizer) { authorizer 4724 fs/ceph/mds_client.c return ceph_auth_add_authorizer_challenge(ac, s->s_auth.authorizer, authorizer 4734 fs/ceph/mds_client.c return ceph_auth_verify_authorizer_reply(ac, s->s_auth.authorizer); authorizer 23 include/linux/ceph/auth.h struct ceph_authorizer *authorizer; authorizer 109 net/ceph/auth_none.c auth->authorizer = (struct ceph_authorizer *) au; authorizer 650 net/ceph/auth_x.c auth->authorizer = (struct ceph_authorizer *) au; authorizer 672 net/ceph/auth_x.c au = (struct ceph_x_authorizer *)auth->authorizer; authorizer 879 net/ceph/auth_x.c ret = calc_signature((struct ceph_x_authorizer *)auth->authorizer, authorizer 898 net/ceph/auth_x.c ret = calc_signature((struct ceph_x_authorizer *)auth->authorizer, authorizer 1220 net/ceph/osd_client.c if (osd->o_auth.authorizer) { authorizer 1222 net/ceph/osd_client.c ceph_auth_destroy_authorizer(osd->o_auth.authorizer); authorizer 5585 net/ceph/osd_client.c if (force_new && auth->authorizer) { authorizer 5586 net/ceph/osd_client.c ceph_auth_destroy_authorizer(auth->authorizer); authorizer 5587 net/ceph/osd_client.c auth->authorizer = NULL; authorizer 5589 net/ceph/osd_client.c if (!auth->authorizer) { authorizer 5612 net/ceph/osd_client.c return ceph_auth_add_authorizer_challenge(ac, o->o_auth.authorizer, authorizer 5622 net/ceph/osd_client.c return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer);