Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dauth.c300 if (ac->ops && ac->ops->destroy_authorizer) in ceph_auth_destroy_authorizer()
301 ac->ops->destroy_authorizer(ac, a); in ceph_auth_destroy_authorizer()
Dauth_none.c117 .destroy_authorizer = ceph_auth_none_destroy_authorizer,
Dauth_x.c746 .destroy_authorizer = ceph_x_destroy_authorizer,
/linux-4.4.14/include/linux/ceph/
Dauth.h65 void (*destroy_authorizer)(struct ceph_auth_client *ac, member