Searched refs:ceph_connection (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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 | 39 struct ceph_connection o_con;
|
/kernel/linux/linux-5.10/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() 1268 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() 1317 static struct ceph_msg *mon_alloc_msg(struct ceph_connection *con, in mon_alloc_msg() 1377 static void mon_fault(struct ceph_connection *con) in mon_fault() 1400 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get() 1405 static void con_put(struct ceph_connection *con) in con_put()
|
D | osd_client.c | 4176 static void osd_fault(struct ceph_connection *con) in osd_fault() 5413 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() 5446 static struct ceph_msg *get_reply(struct ceph_connection *con, in get_reply() 5535 static struct ceph_msg *alloc_msg(struct ceph_connection *con, in alloc_msg() 5561 static struct ceph_connection *get_osd_con(struct ceph_connection *con) in get_osd_con() 5569 static void put_osd_con(struct ceph_connection *con) in put_osd_con() 5582 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() 5610 static int add_authorizer_challenge(struct ceph_connection *con, in add_authorizer_challenge() 5621 static int verify_authorizer_reply(struct ceph_connection *con) in verify_authorizer_reply() 5630 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer()
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | mds_client.h | 184 struct ceph_connection s_con;
|
D | mds_client.c | 5027 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get() 5036 static void con_put(struct ceph_connection *con) in con_put() 5047 static void peer_reset(struct ceph_connection *con) in peer_reset() 5056 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() 5114 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() 5142 static int add_authorizer_challenge(struct ceph_connection *con, in add_authorizer_challenge() 5153 static int verify_authorizer_reply(struct ceph_connection *con) in verify_authorizer_reply() 5162 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer() 5173 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg()
|