Searched refs:ceph_auth_client (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dauth.h14 struct ceph_auth_client;
24 int (*is_authenticated)(struct ceph_auth_client *ac);
30 int (*should_authenticate)(struct ceph_auth_client *ac);
37 int (*build_request)(struct ceph_auth_client *ac, void *buf, void *end);
38 int (*handle_reply)(struct ceph_auth_client *ac, int result,
45 int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type,
49 int (*verify_authorizer_reply)(struct ceph_auth_client *ac,
51 void (*destroy_authorizer)(struct ceph_auth_client *ac,
53 void (*invalidate_authorizer)(struct ceph_auth_client *ac,
57 void (*reset)(struct ceph_auth_client *a
62 struct ceph_auth_client { struct
[all...]
H A Dauth_none.h27 extern int ceph_auth_none_init(struct ceph_auth_client *ac);
H A Dauth_none.c13 static void reset(struct ceph_auth_client *ac)
21 static void destroy(struct ceph_auth_client *ac)
27 static int is_authenticated(struct ceph_auth_client *ac)
34 static int should_authenticate(struct ceph_auth_client *ac)
45 static int handle_reply(struct ceph_auth_client *ac, int result,
60 struct ceph_auth_client *ac, int peer_type,
97 static void ceph_auth_none_destroy_authorizer(struct ceph_auth_client *ac,
114 int ceph_auth_none_init(struct ceph_auth_client *ac)
H A Dauth_x.h46 extern int ceph_x_init(struct ceph_auth_client *ac);
H A Dauth.c23 static int ceph_auth_init_protocol(struct ceph_auth_client *ac, int protocol)
38 struct ceph_auth_client *ceph_auth_init(const char *name, const char *secret)
40 struct ceph_auth_client *ac;
63 void ceph_auth_destroy(struct ceph_auth_client *ac)
74 void ceph_auth_reset(struct ceph_auth_client *ac)
98 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len)
136 static int ceph_build_auth_request(struct ceph_auth_client *ac,
164 int ceph_handle_auth_reply(struct ceph_auth_client *ac,
243 int ceph_build_auth(struct ceph_auth_client *ac,
254 int ceph_auth_is_authenticated(struct ceph_auth_client *a
[all...]
H A Dauth_x.c17 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed);
19 static int ceph_x_is_authenticated(struct ceph_auth_client *ac)
30 static int ceph_x_should_authenticate(struct ceph_auth_client *ac)
91 get_ticket_handler(struct ceph_auth_client *ac, int service)
118 static void remove_ticket_handler(struct ceph_auth_client *ac,
131 static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac,
272 static int ceph_x_build_authorizer(struct ceph_auth_client *ac,
360 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed)
392 static int ceph_x_build_request(struct ceph_auth_client *ac,
471 static int ceph_x_handle_reply(struct ceph_auth_client *a
[all...]
H A Dmon_client.h12 struct ceph_auth_client;
66 struct ceph_auth_client *auth;
H A Dosd_client.c365 struct ceph_auth_client *ac = osd->o_osdc->client->monc.auth;
1475 struct ceph_auth_client *ac = osdc->client->monc.auth;
1507 struct ceph_auth_client *ac = osdc->client->monc.auth;
1516 struct ceph_auth_client *ac = osdc->client->monc.auth;
H A Dmds_client.c3279 struct ceph_auth_client *ac = mdsc->client->monc.auth;
3313 struct ceph_auth_client *ac = mdsc->client->monc.auth;
3322 struct ceph_auth_client *ac = mdsc->client->monc.auth;

Completed in 106 milliseconds