Lines Matching defs:connection

191 void tl_release(struct drbd_connection *connection, unsigned int barrier_nr,  in tl_release()
275 void _tl_restart(struct drbd_connection *connection, enum drbd_req_event what) in _tl_restart()
283 void tl_restart(struct drbd_connection *connection, enum drbd_req_event what) in tl_restart()
298 void tl_clear(struct drbd_connection *connection) in tl_clear()
309 struct drbd_connection *connection = first_peer_device(device)->connection; in tl_abort_disk_io() local
486 int conn_lowest_minor(struct drbd_connection *connection) in conn_lowest_minor()
566 unsigned int drbd_header_size(struct drbd_connection *connection) in drbd_header_size()
606 static unsigned int prepare_header(struct drbd_connection *connection, int vnr, in prepare_header()
618 static void *__conn_prepare_command(struct drbd_connection *connection, in __conn_prepare_command()
626 void *conn_prepare_command(struct drbd_connection *connection, struct drbd_socket *sock) in conn_prepare_command()
643 static int __send_command(struct drbd_connection *connection, int vnr, in __send_command()
674 static int __conn_send_command(struct drbd_connection *connection, struct drbd_socket *sock, in __conn_send_command()
681 int conn_send_command(struct drbd_connection *connection, struct drbd_socket *sock, in conn_send_command()
704 int drbd_send_ping(struct drbd_connection *connection) in drbd_send_ping()
714 int drbd_send_ping_ack(struct drbd_connection *connection) in drbd_send_ping_ack()
778 int __drbd_send_protocol(struct drbd_connection *connection, enum drbd_packet cmd) in __drbd_send_protocol()
823 int drbd_send_protocol(struct drbd_connection *connection) in drbd_send_protocol()
1021 int conn_send_state_req(struct drbd_connection *connection, union drbd_state mask, union drbd_state… in conn_send_state_req()
1050 void conn_send_sr_reply(struct drbd_connection *connection, enum drbd_state_rv retcode) in conn_send_sr_reply()
1290 void drbd_send_b_ack(struct drbd_connection *connection, u32 barrier_nr, u32 set_size) in drbd_send_b_ack()
1432 static int we_should_drop_the_connection(struct drbd_connection *connection, struct socket *sock) in we_should_drop_the_connection()
1455 static void drbd_update_congested(struct drbd_connection *connection) in drbd_update_congested()
1605 static u32 bio_flags_to_wire(struct drbd_connection *connection, unsigned long bi_rw) in bio_flags_to_wire()
1768 int drbd_send(struct drbd_connection *connection, struct socket *sock, in drbd_send()
1844 int drbd_send_all(struct drbd_connection *connection, struct socket *sock, void *buffer, in drbd_send_all()
2306 struct drbd_connection *connection, *tmp; in drbd_free_resource() local
2468 struct drbd_connection *connection; in conn_get_by_addrs() local
2505 void conn_free_crypto(struct drbd_connection *connection) in conn_free_crypto()
2528 struct drbd_connection *connection; in set_resource_options() local
2613 struct drbd_connection *connection; in conn_create() local
2683 struct drbd_connection *connection = container_of(kref, struct drbd_connection, kref); in drbd_destroy_connection() local
2718 struct drbd_connection *connection; in drbd_create_device() local
2880 struct drbd_connection *connection; in drbd_delete_device() local
3002 void drbd_free_sock(struct drbd_connection *connection) in drbd_free_sock()
3012 void conn_md_sync(struct drbd_connection *connection) in conn_md_sync()