Home
last modified time | relevance | path

Searched refs:ceph_auth_client (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/include/linux/ceph/
A Dauth.h15 struct ceph_auth_client;
39 int (*is_authenticated)(struct ceph_auth_client *ac);
45 int (*should_authenticate)(struct ceph_auth_client *ac);
76 void (*invalidate_authorizer)(struct ceph_auth_client *ac,
80 void (*reset)(struct ceph_auth_client *ac);
82 void (*destroy)(struct ceph_auth_client *ac);
90 struct ceph_auth_client { struct
109 struct ceph_auth_client *ceph_auth_init(const char *name,
114 extern void ceph_auth_reset(struct ceph_auth_client *ac);
123 extern int ceph_build_auth(struct ceph_auth_client *ac,
[all …]
A Dmon_client.h13 struct ceph_auth_client;
77 struct ceph_auth_client *auth;
/linux-6.3-rc2/net/ceph/
A Dauth_none.c15 static void reset(struct ceph_auth_client *ac) in reset()
22 static void destroy(struct ceph_auth_client *ac) in destroy()
28 static int is_authenticated(struct ceph_auth_client *ac) in is_authenticated()
35 static int should_authenticate(struct ceph_auth_client *ac) in should_authenticate()
42 static int ceph_auth_none_build_authorizer(struct ceph_auth_client *ac, in ceph_auth_none_build_authorizer()
63 static int build_request(struct ceph_auth_client *ac, void *buf, void *end) in build_request()
72 static int handle_reply(struct ceph_auth_client *ac, u64 global_id, in handle_reply()
94 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer()
131 int ceph_auth_none_init(struct ceph_auth_client *ac) in ceph_auth_none_init()
A Dauth.c24 static int init_protocol(struct ceph_auth_client *ac, int proto) in init_protocol()
56 struct ceph_auth_client *ceph_auth_init(const char *name, in ceph_auth_init()
60 struct ceph_auth_client *ac; in ceph_auth_init()
81 void ceph_auth_destroy(struct ceph_auth_client *ac) in ceph_auth_destroy()
92 void ceph_auth_reset(struct ceph_auth_client *ac) in ceph_auth_reset()
198 int ceph_handle_auth_reply(struct ceph_auth_client *ac, in ceph_handle_auth_reply()
284 int ceph_build_auth(struct ceph_auth_client *ac, in ceph_build_auth()
296 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated()
308 int __ceph_auth_get_authorizer(struct ceph_auth_client *ac, in __ceph_auth_get_authorizer()
491 int ceph_auth_handle_reply_done(struct ceph_auth_client *ac, in ceph_auth_handle_reply_done()
[all …]
A Dauth_x.c22 static int ceph_x_is_authenticated(struct ceph_auth_client *ac) in ceph_x_is_authenticated()
36 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate()
120 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler()
147 static void remove_ticket_handler(struct ceph_auth_client *ac, in remove_ticket_handler()
160 static int process_one_ticket(struct ceph_auth_client *ac, in process_one_ticket()
488 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request()
735 struct ceph_auth_client *ac, int peer_type, in ceph_x_create_authorizer()
770 struct ceph_auth_client *ac, int peer_type, in ceph_x_update_authorizer()
904 static void ceph_x_reset(struct ceph_auth_client *ac) in ceph_x_reset()
913 static void ceph_x_destroy(struct ceph_auth_client *ac) in ceph_x_destroy()
[all …]
A Dauth_none.h25 int ceph_auth_none_init(struct ceph_auth_client *ac);
A Dauth_x.h52 int ceph_x_init(struct ceph_auth_client *ac);
A Dosd_client.c5490 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_get_authorizer()
5507 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_add_authorizer_challenge()
5517 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_verify_authorizer_reply()
5529 struct ceph_auth_client *ac = osdc->client->monc.auth; in osd_invalidate_authorizer()
5540 struct ceph_auth_client *ac = o->o_osdc->client->monc.auth; in osd_get_auth_request()
5560 struct ceph_auth_client *ac = o->o_osdc->client->monc.auth; in osd_handle_auth_reply_more()
5580 struct ceph_auth_client *ac = o->o_osdc->client->monc.auth; in osd_handle_auth_done()
/linux-6.3-rc2/fs/ceph/
A Ddebugfs.c314 struct ceph_auth_client *ac = fsc->client->monc.auth; in mds_sessions_show()
A Dmds_client.c5400 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in mds_get_authorizer()
5417 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in mds_add_authorizer_challenge()
5427 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in mds_verify_authorizer_reply()
5439 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in mds_invalidate_authorizer()
5451 struct ceph_auth_client *ac = s->s_mdsc->fsc->client->monc.auth; in mds_get_auth_request()
5471 struct ceph_auth_client *ac = s->s_mdsc->fsc->client->monc.auth; in mds_handle_auth_reply_more()
5491 struct ceph_auth_client *ac = s->s_mdsc->fsc->client->monc.auth; in mds_handle_auth_done()

Completed in 31 milliseconds