Home
last modified time | relevance | path

Searched defs:ceph_auth_client_ops (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/include/linux/ceph/
Dauth.h34 struct ceph_auth_client_ops { struct
35 const char *name;
41 int (*is_authenticated)(struct ceph_auth_client *ac);
47 int (*should_authenticate)(struct ceph_auth_client *ac);
54 int (*build_request)(struct ceph_auth_client *ac, void *buf, void *end);
55 int (*handle_reply)(struct ceph_auth_client *ac, int result,
62 int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type,
65 int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type,
90 const struct ceph_auth_client_ops *ops; /* null iff protocol==0 */ argument