Searched refs:destroy_authorizer (Results 1 – 4 of 4) sorted by relevance
300 if (ac->ops && ac->ops->destroy_authorizer) in ceph_auth_destroy_authorizer()301 ac->ops->destroy_authorizer(ac, a); in ceph_auth_destroy_authorizer()
117 .destroy_authorizer = ceph_auth_none_destroy_authorizer,
746 .destroy_authorizer = ceph_x_destroy_authorizer,
65 void (*destroy_authorizer)(struct ceph_auth_client *ac, member