Searched defs:ceph_auth_client_ops (Results 1 – 1 of 1) sorted by relevance
30 struct ceph_auth_client_ops { struct31 const char *name;37 int (*is_authenticated)(struct ceph_auth_client *ac);43 int (*should_authenticate)(struct ceph_auth_client *ac);50 int (*build_request)(struct ceph_auth_client *ac, void *buf, void *end);51 int (*handle_reply)(struct ceph_auth_client *ac, int result,58 int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type,84 const struct ceph_auth_client_ops *ops; /* null iff protocol==0 */ argument