Lines Matching refs:drbd_peer_device

223 		struct drbd_peer_device *peer_device;  in tl_release()
250 struct drbd_peer_device *peer_device; in _tl_restart()
602 void *drbd_prepare_command(struct drbd_peer_device *peer_device, struct drbd_socket *sock) in drbd_prepare_command()
656 int drbd_send_command(struct drbd_peer_device *peer_device, struct drbd_socket *sock, in drbd_send_command()
688 int drbd_send_sync_param(struct drbd_peer_device *peer_device) in drbd_send_sync_param()
798 static int _drbd_send_uuids(struct drbd_peer_device *peer_device, u64 uuid_flags) in _drbd_send_uuids()
832 int drbd_send_uuids(struct drbd_peer_device *peer_device) in drbd_send_uuids()
837 int drbd_send_uuids_skip_initial_sync(struct drbd_peer_device *peer_device) in drbd_send_uuids_skip_initial_sync()
860 void drbd_gen_and_send_sync_uuid(struct drbd_peer_device *peer_device) in drbd_gen_and_send_sync_uuid()
886 int drbd_send_sizes(struct drbd_peer_device *peer_device, int trigger_reply, enum dds_flags flags) in drbd_send_sizes()
967 int drbd_send_current_state(struct drbd_peer_device *peer_device) in drbd_send_current_state()
990 int drbd_send_state(struct drbd_peer_device *peer_device, union drbd_state state) in drbd_send_state()
1003 int drbd_send_state_req(struct drbd_peer_device *peer_device, union drbd_state mask, union drbd_sta… in drbd_send_state_req()
1033 void drbd_send_sr_reply(struct drbd_peer_device *peer_device, enum drbd_state_rv retcode) in drbd_send_sr_reply()
1181 send_bitmap_rle_or_plain(struct drbd_peer_device *peer_device, struct bm_xfer_ctx *c) in send_bitmap_rle_or_plain()
1240 struct drbd_peer_device *peer_device) in _drbd_send_bitmap()
1277 int drbd_send_bitmap(struct drbd_device *device, struct drbd_peer_device *peer_device) in drbd_send_bitmap()
1314 static int _drbd_send_ack(struct drbd_peer_device *peer_device, enum drbd_packet cmd, in _drbd_send_ack()
1337 void drbd_send_ack_dp(struct drbd_peer_device *peer_device, enum drbd_packet cmd, in drbd_send_ack_dp()
1346 void drbd_send_ack_rp(struct drbd_peer_device *peer_device, enum drbd_packet cmd, in drbd_send_ack_rp()
1358 int drbd_send_ack(struct drbd_peer_device *peer_device, enum drbd_packet cmd, in drbd_send_ack()
1369 int drbd_send_ack_ex(struct drbd_peer_device *peer_device, enum drbd_packet cmd, in drbd_send_ack_ex()
1378 int drbd_send_rs_deallocated(struct drbd_peer_device *peer_device, in drbd_send_rs_deallocated()
1394 int drbd_send_drequest(struct drbd_peer_device *peer_device, int cmd, in drbd_send_drequest()
1410 int drbd_send_drequest_csum(struct drbd_peer_device *peer_device, sector_t sector, int size, in drbd_send_drequest_csum()
1428 int drbd_send_ov_request(struct drbd_peer_device *peer_device, sector_t sector, int size) in drbd_send_ov_request()
1498 static int _drbd_no_send_page(struct drbd_peer_device *peer_device, struct page *page, in _drbd_no_send_page()
1514 static int _drbd_send_page(struct drbd_peer_device *peer_device, struct page *page, in _drbd_send_page()
1564 static int _drbd_send_bio(struct drbd_peer_device *peer_device, struct bio *bio) in _drbd_send_bio()
1583 static int _drbd_send_zc_bio(struct drbd_peer_device *peer_device, struct bio *bio) in _drbd_send_zc_bio()
1601 static int _drbd_send_zc_ee(struct drbd_peer_device *peer_device, in _drbd_send_zc_ee()
1647 int drbd_send_dblock(struct drbd_peer_device *peer_device, struct drbd_request *req) in drbd_send_dblock()
1739 int drbd_send_block(struct drbd_peer_device *peer_device, enum drbd_packet cmd, in drbd_send_block()
1770 int drbd_send_out_of_sync(struct drbd_peer_device *peer_device, struct drbd_request *req) in drbd_send_out_of_sync()
2159 struct drbd_peer_device *peer_device, *tmp_peer_device; in drbd_destroy_device()
2650 struct drbd_peer_device *peer_device, *tmp_peer_device; in drbd_create_device()
2731 peer_device = kzalloc(sizeof(struct drbd_peer_device), GFP_KERNEL); in drbd_create_device()
2803 struct drbd_peer_device *peer_device; in drbd_delete_device()
2919 struct drbd_peer_device *peer_device; in conn_md_sync()
3389 struct drbd_peer_device *peer_device) __must_hold(local) in drbd_bmio_set_n_write()
3416 struct drbd_peer_device *peer_device) __must_hold(local) in drbd_bmio_clear_n_write()
3476 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_queue_bitmap_io() argument
3479 struct drbd_peer_device *peer_device) in drbd_queue_bitmap_io()
3520 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_bitmap_io() argument
3522 struct drbd_peer_device *peer_device) in drbd_bitmap_io()