Lines Matching refs:drbd_peer_device
58 static int drbd_disconnected(struct drbd_peer_device *);
224 struct drbd_peer_device *peer_device; in conn_reclaim_net_peer_reqs()
262 struct page *drbd_alloc_pages(struct drbd_peer_device *peer_device, unsigned int number, in drbd_alloc_pages()
360 drbd_alloc_peer_req(struct drbd_peer_device *peer_device, u64 id, sector_t sector, in drbd_alloc_peer_req()
889 int drbd_connected(struct drbd_peer_device *peer_device) in drbd_connected()
926 struct drbd_peer_device *peer_device; in conn_connect()
1315 struct drbd_peer_device *peer_device; in drbd_flush()
1742 struct drbd_peer_device *peer_device; in conn_wait_active_ee_empty()
1847 read_in_block(struct drbd_peer_device *peer_device, u64 id, sector_t sector, in read_in_block()
1957 static int drbd_drain_block(struct drbd_peer_device *peer_device, int data_size) in drbd_drain_block()
1982 static int recv_dless_read(struct drbd_peer_device *peer_device, struct drbd_request *req, in recv_dless_read()
2038 struct drbd_peer_device *peer_device = peer_req->peer_device; in e_end_resync_block()
2059 static int recv_resync_read(struct drbd_peer_device *peer_device, sector_t sector, in recv_resync_read()
2118 struct drbd_peer_device *peer_device; in receive_DataReply()
2150 struct drbd_peer_device *peer_device; in receive_RSDataReply()
2209 struct drbd_peer_device *peer_device = peer_req->peer_device; in e_end_block()
2252 struct drbd_peer_device *peer_device = peer_req->peer_device; in e_send_ack()
2291 static void update_peer_seq(struct drbd_peer_device *peer_device, unsigned int peer_seq) in update_peer_seq()
2352 static int wait_for_and_update_peer_seq(struct drbd_peer_device *peer_device, const u32 peer_seq) in wait_for_and_update_peer_seq()
2422 struct drbd_peer_device *peer_device = first_peer_device(device); in fail_postponed_requests()
2560 struct drbd_peer_device *peer_device; in receive_Data()
2736 bool drbd_rs_should_slow_down(struct drbd_peer_device *peer_device, sector_t sector, in drbd_rs_should_slow_down()
2808 struct drbd_peer_device *peer_device; in receive_DataRequest()
3017 static int drbd_asb_recover_0p(struct drbd_peer_device *peer_device) __must_hold(local) in drbd_asb_recover_0p()
3100 static int drbd_asb_recover_1p(struct drbd_peer_device *peer_device) __must_hold(local) in drbd_asb_recover_1p()
3157 static int drbd_asb_recover_2p(struct drbd_peer_device *peer_device) __must_hold(local) in drbd_asb_recover_2p()
3234 static int drbd_uuid_compare(struct drbd_peer_device *const peer_device, in drbd_uuid_compare()
3453 static enum drbd_conns drbd_sync_handshake(struct drbd_peer_device *peer_device, in drbd_sync_handshake()
3844 struct drbd_peer_device *peer_device; in receive_SyncParam()
4067 struct drbd_peer_device *peer_device; in receive_sizes()
4238 struct drbd_peer_device *peer_device; in receive_uuids()
4343 struct drbd_peer_device *peer_device; in receive_req_state()
4400 struct drbd_peer_device *peer_device; in receive_state()
4597 struct drbd_peer_device *peer_device; in receive_sync_uuid()
4637 receive_bitmap_plain(struct drbd_peer_device *peer_device, unsigned int size, in receive_bitmap_plain()
4689 recv_bm_rle_bits(struct drbd_peer_device *peer_device, in recv_bm_rle_bits()
4758 decode_bitmap_c(struct drbd_peer_device *peer_device, in decode_bitmap_c()
4775 void INFO_bm_xfer_stats(struct drbd_peer_device *peer_device, in INFO_bm_xfer_stats()
4821 struct drbd_peer_device *peer_device; in receive_bitmap()
4925 struct drbd_peer_device *peer_device; in receive_out_of_sync()
4951 struct drbd_peer_device *peer_device; in receive_rs_deallocated()
5111 struct drbd_peer_device *peer_device; in conn_disconnect()
5166 static int drbd_disconnected(struct drbd_peer_device *peer_device) in drbd_disconnected()
5595 struct drbd_peer_device *peer_device; in got_RqSReply()
5640 struct drbd_peer_device *peer_device; in got_IsInSync()
5669 validate_req_change_req_state(struct drbd_peer_device *peer_device, u64 id, sector_t sector, in validate_req_change_req_state()
5693 struct drbd_peer_device *peer_device; in got_BlockAck()
5739 struct drbd_peer_device *peer_device; in got_NegAck()
5775 struct drbd_peer_device *peer_device; in got_NegDReply()
5797 struct drbd_peer_device *peer_device; in got_NegRSDReply()
5835 struct drbd_peer_device *peer_device; in got_BarrierAck()
5858 struct drbd_peer_device *peer_device; in got_OVResult()
6103 struct drbd_peer_device *peer_device = in drbd_send_acks_wf()
6104 container_of(ws, struct drbd_peer_device, send_acks_work); in drbd_send_acks_wf()