Home
last modified time | relevance | path

Searched refs:ceph_auth_destroy_authorizer (Results 1 – 4 of 4) sorted by relevance

/linux/net/ceph/ !
H A Dauth.c319 ceph_auth_destroy_authorizer(auth->authorizer); in __ceph_auth_get_authorizer()
343 void ceph_auth_destroy_authorizer(struct ceph_authorizer *a) in ceph_auth_destroy_authorizer() function
347 EXPORT_SYMBOL(ceph_auth_destroy_authorizer);
H A Dosd_client.c1253 ceph_auth_destroy_authorizer(osd->o_auth.authorizer); in osd_cleanup()
/linux/include/linux/ceph/ !
H A Dauth.h131 void ceph_auth_destroy_authorizer(struct ceph_authorizer *a);
/linux/fs/ceph/ !
H A Dmds_client.c925 ceph_auth_destroy_authorizer(s->s_auth.authorizer); in ceph_put_mds_session()