Home
last modified time | relevance | path

Searched refs:authorizer (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/include/linux/ceph/
Dauth.h18 struct ceph_authorizer *authorizer; member
/linux-3.4.99/net/ceph/
Dauth_none.c88 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer()
Dosd_client.c671 if (atomic_dec_and_test(&osd->o_ref) && osd->o_auth.authorizer) { in put_osd()
674 ceph_auth_destroy_authorizer(ac, osd->o_auth.authorizer); in put_osd()
2146 if (force_new && auth->authorizer) { in get_authorizer()
2147 ceph_auth_destroy_authorizer(ac, auth->authorizer); in get_authorizer()
2148 auth->authorizer = NULL; in get_authorizer()
2150 if (!auth->authorizer) { in get_authorizer()
2173 return ceph_auth_verify_authorizer_reply(ac, o->o_auth.authorizer, len); in verify_authorizer_reply()
Dauth_x.c550 auth->authorizer = (struct ceph_authorizer *) au; in ceph_x_create_authorizer()
570 au = (struct ceph_x_authorizer *)auth->authorizer; in ceph_x_update_authorizer()
/linux-3.4.99/fs/ceph/
Dmds_client.c337 if (s->s_auth.authorizer) in ceph_put_mds_session()
340 s->s_auth.authorizer); in ceph_put_mds_session()
3425 if (force_new && auth->authorizer) { in get_authorizer()
3426 ceph_auth_destroy_authorizer(ac, auth->authorizer); in get_authorizer()
3427 auth->authorizer = NULL; in get_authorizer()
3429 if (!auth->authorizer) { in get_authorizer()
3452 return ceph_auth_verify_authorizer_reply(ac, s->s_auth.authorizer, len); in verify_authorizer_reply()