Searched refs:ceph_connection (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/include/linux/ceph/ |
| D | messenger.h | 18 struct ceph_connection; 24 struct ceph_connection *(*get)(struct ceph_connection *); 25 void (*put)(struct ceph_connection *); 28 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m); 32 struct ceph_connection *con, 34 int (*add_authorizer_challenge)(struct ceph_connection *con, 37 int (*verify_authorizer_reply) (struct ceph_connection *con); 38 int (*invalidate_authorizer)(struct ceph_connection *con); 41 void (*fault) (struct ceph_connection *con); 45 void (*peer_reset) (struct ceph_connection *con); [all …]
|
| D | mon_client.h | 85 struct ceph_connection con;
|
| D | osd_client.h | 38 struct ceph_connection o_con;
|
| /Linux-v5.4/net/ceph/ |
| D | messenger.c | 119 static void con_flag_clear(struct ceph_connection *con, unsigned long con_flag) in con_flag_clear() 126 static void con_flag_set(struct ceph_connection *con, unsigned long con_flag) in con_flag_set() 133 static bool con_flag_test(struct ceph_connection *con, unsigned long con_flag) in con_flag_test() 140 static bool con_flag_test_and_clear(struct ceph_connection *con, in con_flag_test_and_clear() 148 static bool con_flag_test_and_set(struct ceph_connection *con, in con_flag_test_and_set() 170 static void queue_con(struct ceph_connection *con); 171 static void cancel_con(struct ceph_connection *con); 173 static void con_fault(struct ceph_connection *con); 302 static void con_sock_state_init(struct ceph_connection *con) in con_sock_state_init() 313 static void con_sock_state_connecting(struct ceph_connection *con) in con_sock_state_connecting() [all …]
|
| D | mon_client.c | 633 static struct ceph_msg *get_generic_reply(struct ceph_connection *con, in get_generic_reply() 1231 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() 1283 static struct ceph_msg *mon_alloc_msg(struct ceph_connection *con, in mon_alloc_msg() 1343 static void mon_fault(struct ceph_connection *con) in mon_fault() 1366 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get() 1371 static void con_put(struct ceph_connection *con) in con_put()
|
| D | osd_client.c | 4096 static void osd_fault(struct ceph_connection *con) in osd_fault() 5408 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() 5441 static struct ceph_msg *get_reply(struct ceph_connection *con, in get_reply() 5536 static struct ceph_msg *alloc_msg(struct ceph_connection *con, in alloc_msg() 5562 static struct ceph_connection *get_osd_con(struct ceph_connection *con) in get_osd_con() 5570 static void put_osd_con(struct ceph_connection *con) in put_osd_con() 5583 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() 5611 static int add_authorizer_challenge(struct ceph_connection *con, in add_authorizer_challenge() 5622 static int verify_authorizer_reply(struct ceph_connection *con) in verify_authorizer_reply() 5631 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer()
|
| /Linux-v5.4/fs/ceph/ |
| D | mds_client.h | 166 struct ceph_connection s_con;
|
| D | mds_client.c | 4597 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get() 4609 static void con_put(struct ceph_connection *con) in con_put() 4621 static void peer_reset(struct ceph_connection *con) in peer_reset() 4630 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() 4688 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() 4716 static int add_authorizer_challenge(struct ceph_connection *con, in add_authorizer_challenge() 4727 static int verify_authorizer_reply(struct ceph_connection *con) in verify_authorizer_reply() 4736 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer() 4747 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg()
|