Searched refs:ceph_auth_client (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ceph/ |
D | auth.h | 14 struct ceph_auth_client; 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, 61 int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type, 63 int (*verify_authorizer_reply)(struct ceph_auth_client *ac, 65 void (*destroy_authorizer)(struct ceph_auth_client *ac, 67 void (*invalidate_authorizer)(struct ceph_auth_client *ac, [all …]
|
D | mon_client.h | 12 struct ceph_auth_client; 65 struct ceph_auth_client *auth;
|
/linux-4.1.27/net/ceph/ |
D | auth_none.c | 14 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 build_request(struct ceph_auth_client *ac, void *buf, void *end) in build_request() 51 static int handle_reply(struct ceph_auth_client *ac, int result, in handle_reply() 66 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer() 102 static void ceph_auth_none_destroy_authorizer(struct ceph_auth_client *ac, in ceph_auth_none_destroy_authorizer() 120 int ceph_auth_none_init(struct ceph_auth_client *ac) in ceph_auth_none_init()
|
D | auth.c | 23 static int ceph_auth_init_protocol(struct ceph_auth_client *ac, int protocol) in ceph_auth_init_protocol() 38 struct ceph_auth_client *ceph_auth_init(const char *name, const struct ceph_crypto_key *key) in ceph_auth_init() 40 struct ceph_auth_client *ac; in ceph_auth_init() 64 void ceph_auth_destroy(struct ceph_auth_client *ac) in ceph_auth_destroy() 75 void ceph_auth_reset(struct ceph_auth_client *ac) in ceph_auth_reset() 101 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len) in ceph_auth_build_hello() 144 static int ceph_build_auth_request(struct ceph_auth_client *ac, in ceph_build_auth_request() 174 int ceph_handle_auth_reply(struct ceph_auth_client *ac, in ceph_handle_auth_reply() 256 int ceph_build_auth(struct ceph_auth_client *ac, in ceph_build_auth() 270 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated() [all …]
|
D | auth_x.c | 17 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) in ceph_x_is_authenticated() 30 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate() 97 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler() 124 static void remove_ticket_handler(struct ceph_auth_client *ac, in remove_ticket_handler() 137 static int process_one_ticket(struct ceph_auth_client *ac, in process_one_ticket() 254 static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, in ceph_x_proc_ticket_reply() 282 static int ceph_x_build_authorizer(struct ceph_auth_client *ac, in ceph_x_build_authorizer() 378 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed) in ceph_x_validate_tickets() 410 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request() [all …]
|
D | auth_none.h | 26 int ceph_auth_none_init(struct ceph_auth_client *ac);
|
D | auth_x.h | 49 int ceph_x_init(struct ceph_auth_client *ac);
|
D | osd_client.c | 1039 struct ceph_auth_client *ac = osd->o_osdc->client->monc.auth; in put_osd() 2940 struct ceph_auth_client *ac = osdc->client->monc.auth; in get_authorizer() 2968 struct ceph_auth_client *ac = osdc->client->monc.auth; in verify_authorizer_reply() 2977 struct ceph_auth_client *ac = osdc->client->monc.auth; in invalidate_authorizer()
|
/linux-4.1.27/fs/ceph/ |
D | debugfs.c | 163 struct ceph_auth_client *ac = fsc->client->monc.auth; in mds_sessions_show()
|
D | mds_client.c | 3779 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in get_authorizer() 3807 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in verify_authorizer_reply() 3816 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in invalidate_authorizer()
|