Lines Matching refs:drbd_connection

57 static int drbd_do_features(struct drbd_connection *connection);
58 static int drbd_do_auth(struct drbd_connection *connection);
60 static void conn_wait_active_ee_empty(struct drbd_connection *connection);
61 static enum finish_epoch drbd_may_finish_epoch(struct drbd_connection *, struct drbd_epoch *, enum …
223 static void conn_reclaim_net_peer_reqs(struct drbd_connection *connection) in conn_reclaim_net_peer_reqs()
514 static int drbd_recv(struct drbd_connection *connection, void *buf, size_t size) in drbd_recv()
547 static int drbd_recv_all(struct drbd_connection *connection, void *buf, size_t size) in drbd_recv_all()
560 static int drbd_recv_all_warn(struct drbd_connection *connection, void *buf, size_t size) in drbd_recv_all_warn()
589 static struct socket *drbd_try_connect(struct drbd_connection *connection) in drbd_try_connect()
678 struct drbd_connection *connection;
696 static int prepare_listen_socket(struct drbd_connection *connection, struct accept_wait_data *ad) in prepare_listen_socket()
767 static struct socket *drbd_wait_for_connect(struct drbd_connection *connection, struct accept_wait_… in drbd_wait_for_connect()
804 static int decode_header(struct drbd_connection *, void *, struct packet_info *);
806 static int send_first_packet(struct drbd_connection *connection, struct drbd_socket *sock, in send_first_packet()
814 static int receive_first_packet(struct drbd_connection *connection, struct socket *sock) in receive_first_packet()
865 static bool connection_established(struct drbd_connection *connection, in connection_established()
924 static int conn_connect(struct drbd_connection *connection) in conn_connect()
1156 static int decode_header(struct drbd_connection *connection, void *header, struct packet_info *pi) in decode_header()
1192 static void drbd_unplug_all_devices(struct drbd_connection *connection) in drbd_unplug_all_devices()
1200 static int drbd_recv_header(struct drbd_connection *connection, struct packet_info *pi) in drbd_recv_header()
1215 static int drbd_recv_header_maybe_unplug(struct drbd_connection *connection, struct packet_info *pi) in drbd_recv_header_maybe_unplug()
1310 static void drbd_flush(struct drbd_connection *connection) in drbd_flush()
1357 static enum finish_epoch drbd_may_finish_epoch(struct drbd_connection *connection, in drbd_may_finish_epoch()
1718 static void conn_wait_active_ee_empty(struct drbd_connection *connection) in conn_wait_active_ee_empty()
1736 static int receive_Barrier(struct drbd_connection *connection, struct packet_info *pi) in receive_Barrier()
2094 static int receive_DataReply(struct drbd_connection *connection, struct packet_info *pi) in receive_DataReply()
2126 static int receive_RSDataReply(struct drbd_connection *connection, struct packet_info *pi) in receive_RSDataReply()
2248 struct drbd_connection *connection = peer_req->peer_device->connection; in e_send_retry_write()
2426 struct drbd_connection *connection = peer_req->peer_device->connection; in handle_write_conflicts()
2532 static int receive_Data(struct drbd_connection *connection, struct packet_info *pi) in receive_Data()
2783 static int receive_DataRequest(struct drbd_connection *connection, struct packet_info *pi) in receive_DataRequest()
3219 struct drbd_connection *const connection = peer_device ? peer_device->connection : NULL; in drbd_uuid_compare()
3614 static int receive_protocol(struct drbd_connection *connection, struct packet_info *pi) in receive_protocol()
3785 static int ignore_remaining_packet(struct drbd_connection *connection, struct packet_info *pi) in ignore_remaining_packet()
3816 static int config_unknown_volume(struct drbd_connection *connection, struct packet_info *pi) in config_unknown_volume()
3823 static int receive_SyncParam(struct drbd_connection *connection, struct packet_info *pi) in receive_SyncParam()
4046 static int receive_sizes(struct drbd_connection *connection, struct packet_info *pi) in receive_sizes()
4217 static int receive_uuids(struct drbd_connection *connection, struct packet_info *pi) in receive_uuids()
4322 static int receive_req_state(struct drbd_connection *connection, struct packet_info *pi) in receive_req_state()
4355 static int receive_req_conn_state(struct drbd_connection *connection, struct packet_info *pi) in receive_req_conn_state()
4379 static int receive_state(struct drbd_connection *connection, struct packet_info *pi) in receive_state()
4576 static int receive_sync_uuid(struct drbd_connection *connection, struct packet_info *pi) in receive_sync_uuid()
4800 static int receive_bitmap(struct drbd_connection *connection, struct packet_info *pi) in receive_bitmap()
4888 static int receive_skip(struct drbd_connection *connection, struct packet_info *pi) in receive_skip()
4896 static int receive_UnplugRemote(struct drbd_connection *connection, struct packet_info *pi) in receive_UnplugRemote()
4904 static int receive_out_of_sync(struct drbd_connection *connection, struct packet_info *pi) in receive_out_of_sync()
4930 static int receive_rs_deallocated(struct drbd_connection *connection, struct packet_info *pi) in receive_rs_deallocated()
5000 int (*fn)(struct drbd_connection *, struct packet_info *);
5034 static void drbdd(struct drbd_connection *connection) in drbdd()
5091 static void conn_disconnect(struct drbd_connection *connection) in conn_disconnect()
5243 static int drbd_send_features(struct drbd_connection *connection) in drbd_send_features()
5266 static int drbd_do_features(struct drbd_connection *connection) in drbd_do_features()
5333 static int drbd_do_auth(struct drbd_connection *connection) in drbd_do_auth()
5348 static int drbd_do_auth(struct drbd_connection *connection) in drbd_do_auth()
5527 struct drbd_connection *connection = thi->connection; in drbd_receiver()
5558 static int got_conn_RqSReply(struct drbd_connection *connection, struct packet_info *pi) in got_conn_RqSReply()
5575 static int got_RqSReply(struct drbd_connection *connection, struct packet_info *pi) in got_RqSReply()
5604 static int got_Ping(struct drbd_connection *connection, struct packet_info *pi) in got_Ping()
5610 static int got_PingAck(struct drbd_connection *connection, struct packet_info *pi) in got_PingAck()
5620 static int got_IsInSync(struct drbd_connection *connection, struct packet_info *pi) in got_IsInSync()
5672 static int got_BlockAck(struct drbd_connection *connection, struct packet_info *pi) in got_BlockAck()
5718 static int got_NegAck(struct drbd_connection *connection, struct packet_info *pi) in got_NegAck()
5754 static int got_NegDReply(struct drbd_connection *connection, struct packet_info *pi) in got_NegDReply()
5776 static int got_NegRSDReply(struct drbd_connection *connection, struct packet_info *pi) in got_NegRSDReply()
5813 static int got_BarrierAck(struct drbd_connection *connection, struct packet_info *pi) in got_BarrierAck()
5837 static int got_OVResult(struct drbd_connection *connection, struct packet_info *pi) in got_OVResult()
5889 static int got_skip(struct drbd_connection *connection, struct packet_info *pi) in got_skip()
5896 int (*fn)(struct drbd_connection *connection, struct packet_info *);
5899 static void set_rcvtimeo(struct drbd_connection *connection, bool ping_timeout) in set_rcvtimeo()
5916 static void set_ping_timeout(struct drbd_connection *connection) in set_ping_timeout()
5921 static void set_idle_timeout(struct drbd_connection *connection) in set_idle_timeout()
5948 struct drbd_connection *connection = thi->connection; in drbd_ack_receiver()
6086 struct drbd_connection *connection = peer_device->connection; in drbd_send_acks_wf()