Lines Matching refs:drbd_connection

169 void tl_release(struct drbd_connection *connection, unsigned int barrier_nr,
258 void _tl_restart(struct drbd_connection *connection, enum drbd_req_event what)
269 void tl_restart(struct drbd_connection *connection, enum drbd_req_event what)
284 void tl_clear(struct drbd_connection *connection)
295 struct drbd_connection *connection = first_peer_device(device)->connection;
474 int conn_lowest_minor(struct drbd_connection *connection)
554 unsigned int drbd_header_size(struct drbd_connection *connection)
594 static unsigned int prepare_header(struct drbd_connection *connection, int vnr,
606 static void *__conn_prepare_command(struct drbd_connection *connection,
614 void *conn_prepare_command(struct drbd_connection *connection, struct drbd_socket *sock)
631 static int __send_command(struct drbd_connection *connection, int vnr,
662 static int __conn_send_command(struct drbd_connection *connection, struct drbd_socket *sock,
669 int conn_send_command(struct drbd_connection *connection, struct drbd_socket *sock,
692 int drbd_send_ping(struct drbd_connection *connection)
702 int drbd_send_ping_ack(struct drbd_connection *connection)
767 int __drbd_send_protocol(struct drbd_connection *connection, enum drbd_packet cmd)
811 int drbd_send_protocol(struct drbd_connection *connection)
1041 int conn_send_state_req(struct drbd_connection *connection, union drbd_state mask, union drbd_state val)
1070 void conn_send_sr_reply(struct drbd_connection *connection, enum drbd_state_rv retcode)
1313 void drbd_send_b_ack(struct drbd_connection *connection, u32 barrier_nr, u32 set_size)
1471 static int we_should_drop_the_connection(struct drbd_connection *connection, struct socket *sock)
1494 static void drbd_update_congested(struct drbd_connection *connection)
1645 static u32 bio_flags_to_wire(struct drbd_connection *connection,
1818 int drbd_send(struct drbd_connection *connection, struct socket *sock,
1876 int drbd_send_all(struct drbd_connection *connection, struct socket *sock, void *buffer,
2330 struct drbd_connection *connection, *tmp;
2433 struct drbd_connection *conn_get_by_addrs(void *my_addr, int my_addr_len,
2437 struct drbd_connection *connection;
2474 void conn_free_crypto(struct drbd_connection *connection)
2497 struct drbd_connection *connection;
2579 struct drbd_connection *conn_create(const char *name, struct res_opts *res_opts)
2582 struct drbd_connection *connection;
2584 connection = kzalloc(sizeof(struct drbd_connection), GFP_KERNEL);
2652 struct drbd_connection *connection = container_of(kref, struct drbd_connection, kref);
2686 struct drbd_connection *connection, *n;
2840 struct drbd_connection *connection;
2950 void drbd_free_sock(struct drbd_connection *connection)
2960 void conn_md_sync(struct drbd_connection *connection)