Searched refs:ceph_connection (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ceph/ |
D | messenger.h | 16 struct ceph_connection; 22 struct ceph_connection *(*get)(struct ceph_connection *); 23 void (*put)(struct ceph_connection *); 26 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m); 30 struct ceph_connection *con, 32 int (*verify_authorizer_reply) (struct ceph_connection *con, int len); 33 int (*invalidate_authorizer)(struct ceph_connection *con); 36 void (*fault) (struct ceph_connection *con); 40 void (*peer_reset) (struct ceph_connection *con); 42 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.1.27/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() 176 static void queue_con(struct ceph_connection *con); 177 static void cancel_con(struct ceph_connection *con); 179 static void con_fault(struct ceph_connection *con); 326 static void con_sock_state_init(struct ceph_connection *con) in con_sock_state_init() 337 static void con_sock_state_connecting(struct ceph_connection *con) in con_sock_state_connecting() [all …]
|
D | mon_client.c | 478 static struct ceph_msg *get_generic_reply(struct ceph_connection *con, in get_generic_reply() 966 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() 1014 static struct ceph_msg *mon_alloc_msg(struct ceph_connection *con, in mon_alloc_msg() 1071 static void mon_fault(struct ceph_connection *con) in mon_fault() 1106 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get() 1111 static void con_put(struct ceph_connection *con) in con_put()
|
D | osd_client.c | 979 static void osd_reset(struct ceph_connection *con) in osd_reset() 1741 struct ceph_connection *con) in handle_reply() 2782 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() 2815 static struct ceph_msg *get_reply(struct ceph_connection *con, in get_reply() 2888 static struct ceph_msg *alloc_msg(struct ceph_connection *con, in alloc_msg() 2914 static struct ceph_connection *get_osd_con(struct ceph_connection *con) in get_osd_con() 2922 static void put_osd_con(struct ceph_connection *con) in put_osd_con() 2935 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() 2964 static int verify_authorizer_reply(struct ceph_connection *con, int len) in verify_authorizer_reply() 2973 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer() [all …]
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.h | 125 struct ceph_connection s_con;
|
D | mds_client.c | 3689 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get() 3701 static void con_put(struct ceph_connection *con) in con_put() 3713 static void peer_reset(struct ceph_connection *con) in peer_reset() 3722 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch() 3774 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer() 3803 static int verify_authorizer_reply(struct ceph_connection *con, int len) in verify_authorizer_reply() 3812 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer() 3823 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg() 3844 static int sign_message(struct ceph_connection *con, struct ceph_msg *msg) in sign_message() 3851 static int check_message_signature(struct ceph_connection *con, struct ceph_msg *msg) in check_message_signature()
|