Searched refs:ceph_authorizer (Results 1 – 6 of 6) sorted by relevance
18 struct ceph_authorizer { struct19 void (*destroy)(struct ceph_authorizer *); argument23 struct ceph_authorizer *authorizer;68 struct ceph_authorizer *a,72 struct ceph_authorizer *a,131 void ceph_auth_destroy_authorizer(struct ceph_authorizer *a);133 struct ceph_authorizer *a,137 struct ceph_authorizer *a,
84 static void ceph_auth_none_destroy_authorizer(struct ceph_authorizer *a) in ceph_auth_none_destroy_authorizer()112 auth->authorizer = (struct ceph_authorizer *) au; in ceph_auth_none_create_authorizer()
16 struct ceph_authorizer base;
31 struct ceph_authorizer base;
341 void ceph_auth_destroy_authorizer(struct ceph_authorizer *a) in ceph_auth_destroy_authorizer()348 struct ceph_authorizer *a, in ceph_auth_add_authorizer_challenge()364 struct ceph_authorizer *a, in ceph_auth_verify_authorizer_reply()
726 static void ceph_x_destroy_authorizer(struct ceph_authorizer *a) in ceph_x_destroy_authorizer()758 auth->authorizer = (struct ceph_authorizer *) au; in ceph_x_create_authorizer()818 struct ceph_authorizer *a, in ceph_x_add_authorizer_challenge()876 struct ceph_authorizer *a, in ceph_x_verify_authorizer_reply()
Completed in 9 milliseconds