Searched refs:ceph_connection (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ceph/ |
D | messenger.h | 17 struct ceph_connection; 23 struct ceph_connection *(*get)(struct ceph_connection *); 24 void (*put)(struct ceph_connection *); 27 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m); 31 struct ceph_connection *con, 33 int (*verify_authorizer_reply) (struct ceph_connection *con, int len); 34 int (*invalidate_authorizer)(struct ceph_connection *con); 37 void (*fault) (struct ceph_connection *con); 41 void (*peer_reset) (struct ceph_connection *con); 43 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con, [all …]
|
D | mon_client.h | 72 struct ceph_connection con;
|
D | osd_client.h | 35 struct ceph_connection o_con;
|
/linux-4.4.14/net/ceph/ |
D | messenger.c | 120 static void con_flag_clear(struct ceph_connection *con, unsigned long con_flag) in con_flag_clear() 127 static void con_flag_set(struct ceph_connection *con, unsigned long con_flag) in con_flag_set() 134 static bool con_flag_test(struct ceph_connection *con, unsigned long con_flag) in con_flag_test() 141 static bool con_flag_test_and_clear(struct ceph_connection *con, in con_flag_test_and_clear() 149 static bool con_flag_test_and_set(struct ceph_connection *con, in con_flag_test_and_set() 178 static void queue_con(struct ceph_connection *con); 179 static void cancel_con(struct ceph_connection *con); 181 static void con_fault(struct ceph_connection *con); 327 static void con_sock_state_init(struct ceph_connection *con) in con_sock_state_init() 338 static void con_sock_state_connecting(struct ceph_connection *con) in con_sock_state_connecting() [all …]
|
D | mon_client.c | 494 static struct ceph_msg *get_generic_reply(struct ceph_connection *con, in get_generic_reply() 994 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() 1042 static struct ceph_msg *mon_alloc_msg(struct ceph_connection *con, in mon_alloc_msg() 1099 static void mon_fault(struct ceph_connection *con) in mon_fault() 1134 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get() 1139 static void con_put(struct ceph_connection *con) in con_put()
|
D | osd_client.c | 995 static void osd_reset(struct ceph_connection *con) in osd_reset() 2796 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() 2830 static struct ceph_msg *get_reply(struct ceph_connection *con, in get_reply() 2884 static struct ceph_msg *alloc_msg(struct ceph_connection *con, in alloc_msg() 2910 static struct ceph_connection *get_osd_con(struct ceph_connection *con) in get_osd_con() 2918 static void put_osd_con(struct ceph_connection *con) in put_osd_con() 2931 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() 2960 static int verify_authorizer_reply(struct ceph_connection *con, int len) in verify_authorizer_reply() 2969 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer()
|
/linux-4.4.14/fs/ceph/ |
D | mds_client.h | 125 struct ceph_connection s_con;
|
D | mds_client.c | 3790 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get() 3802 static void con_put(struct ceph_connection *con) in con_put() 3814 static void peer_reset(struct ceph_connection *con) in peer_reset() 3823 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() 3875 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() 3904 static int verify_authorizer_reply(struct ceph_connection *con, int len) in verify_authorizer_reply() 3913 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer() 3924 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg()
|