Searched defs:ceph_auth_client_ops (Results 1 – 1 of 1) sorted by relevance
34 struct ceph_auth_client_ops { struct39 int (*is_authenticated)(struct ceph_auth_client *ac);45 int (*should_authenticate)(struct ceph_auth_client *ac);52 int (*build_request)(struct ceph_auth_client *ac, void *buf, void *end);53 int (*handle_reply)(struct ceph_auth_client *ac, u64 global_id,62 int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type,65 int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type,67 int (*add_authorizer_challenge)(struct ceph_auth_client *ac,93 const struct ceph_auth_client_ops *ops; /* null iff protocol==0 */ argument
Completed in 4 milliseconds