Searched refs:drbd_peer_device (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_debugfs.h | 20 void drbd_debugfs_peer_device_add(struct drbd_peer_device *peer_device); 21 void drbd_debugfs_peer_device_cleanup(struct drbd_peer_device *peer_device); 36 static inline void drbd_debugfs_peer_device_add(struct drbd_peer_device *peer_device) { } in drbd_debugfs_peer_device_add() 37 static inline void drbd_debugfs_peer_device_cleanup(struct drbd_peer_device *peer_device) { } in drbd_debugfs_peer_device_cleanup()
|
D | drbd_int.h | 129 __drbd_printk_if_same_type(obj, struct drbd_peer_device *, \ 416 struct drbd_peer_device *peer_device; 809 struct drbd_peer_device { struct 1017 static inline struct drbd_peer_device *first_peer_device(struct drbd_device *device) in first_peer_device() 1019 return list_first_entry_or_null(&device->peer_devices, struct drbd_peer_device, peer_devices); in first_peer_device() 1084 extern int drbd_send_uuids(struct drbd_peer_device *); 1085 extern int drbd_send_uuids_skip_initial_sync(struct drbd_peer_device *); 1086 extern void drbd_gen_and_send_sync_uuid(struct drbd_peer_device *); 1087 extern int drbd_send_sizes(struct drbd_peer_device *, int trigger_reply, enum dds_flags flags); 1088 extern int drbd_send_state(struct drbd_peer_device *, union drbd_state s); [all …]
|
D | drbd_main.c | 488 struct drbd_peer_device *peer_device; in conn_lowest_minor() 638 void *drbd_prepare_command(struct drbd_peer_device *peer_device, struct drbd_socket *sock) in drbd_prepare_command() 692 int drbd_send_command(struct drbd_peer_device *peer_device, struct drbd_socket *sock, in drbd_send_command() 724 int drbd_send_sync_param(struct drbd_peer_device *peer_device) in drbd_send_sync_param() 834 static int _drbd_send_uuids(struct drbd_peer_device *peer_device, u64 uuid_flags) in _drbd_send_uuids() 868 int drbd_send_uuids(struct drbd_peer_device *peer_device) in drbd_send_uuids() 873 int drbd_send_uuids_skip_initial_sync(struct drbd_peer_device *peer_device) in drbd_send_uuids_skip_initial_sync() 896 void drbd_gen_and_send_sync_uuid(struct drbd_peer_device *peer_device) in drbd_gen_and_send_sync_uuid() 922 int drbd_send_sizes(struct drbd_peer_device *peer_device, int trigger_reply, enum dds_flags flags) in drbd_send_sizes() 971 int drbd_send_current_state(struct drbd_peer_device *peer_device) in drbd_send_current_state() [all …]
|
D | drbd_receiver.c | 68 static int drbd_disconnected(struct drbd_peer_device *); 251 struct page *drbd_alloc_pages(struct drbd_peer_device *peer_device, unsigned int number, in drbd_alloc_pages() 341 drbd_alloc_peer_req(struct drbd_peer_device *peer_device, u64 id, sector_t sector, in drbd_alloc_peer_req() 868 int drbd_connected(struct drbd_peer_device *peer_device) in drbd_connected() 905 struct drbd_peer_device *peer_device; in conn_connect() 1177 struct drbd_peer_device *peer_device; in drbd_flush() 1494 struct drbd_peer_device *peer_device; in conn_wait_active_ee_empty() 1510 static struct drbd_peer_device * 1587 read_in_block(struct drbd_peer_device *peer_device, u64 id, sector_t sector, in read_in_block() 1680 static int drbd_drain_block(struct drbd_peer_device *peer_device, int data_size) in drbd_drain_block() [all …]
|
D | drbd_worker.c | 100 struct drbd_peer_device *peer_device = peer_req->peer_device; in drbd_endio_read_sec_final() 121 struct drbd_peer_device *peer_device = peer_req->peer_device; in drbd_endio_write_sec_final() 345 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_send_csum() 391 static int read_for_csum(struct drbd_peer_device *peer_device, sector_t sector, int size) in read_for_csum() 588 struct drbd_peer_device *const peer_device = first_peer_device(device); in make_resync_request() 1021 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_data_req() 1058 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_rsdata_req() 1108 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_csum_rs_req() 1172 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_ov_req() 1229 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_ov_reply() [all …]
|
D | drbd_state.c | 67 struct drbd_peer_device *peer_device; in conn_all_vols_unconf() 108 struct drbd_peer_device *peer_device; in conn_highest_role() 124 struct drbd_peer_device *peer_device; in conn_highest_peer() 140 struct drbd_peer_device *peer_device; in conn_highest_disk() 156 struct drbd_peer_device *peer_device; in conn_lowest_disk() 172 struct drbd_peer_device *peer_device; in conn_highest_pdsk() 188 struct drbd_peer_device *peer_device; in conn_lowest_conn() 203 struct drbd_peer_device *peer_device; in no_peer_wf_report_params() 220 struct drbd_peer_device *peer_device; in wake_up_all_devices() 980 struct drbd_peer_device *peer_device = first_peer_device(device); in __drbd_set_state() [all …]
|
D | drbd_req.c | 335 static void set_if_null_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req) in set_if_null_req_next() 344 static void advance_conn_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req) in advance_conn_req_next() 361 static void set_if_null_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request *… in set_if_null_req_ack_pending() 370 static void advance_conn_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request … in advance_conn_req_ack_pending() 387 static void set_if_null_req_not_net_done(struct drbd_peer_device *peer_device, struct drbd_request … in set_if_null_req_not_net_done() 396 static void advance_conn_req_not_net_done(struct drbd_peer_device *peer_device, struct drbd_request… in advance_conn_req_not_net_done() 419 struct drbd_peer_device *peer_device = first_peer_device(device); in mod_rq_state() 581 struct drbd_peer_device *const peer_device = first_peer_device(device); in __req_mod()
|
D | drbd_nl.c | 412 struct drbd_peer_device *peer_device; in highest_fencing_policy() 565 struct drbd_peer_device *const peer_device = first_peer_device(device); in drbd_set_role() 1426 struct drbd_peer_device *peer_device; in drbd_adm_disk_opts() 1456 struct drbd_peer_device *peer_device; in drbd_adm_attach() 1960 struct drbd_peer_device *peer_device; in conn_resync_running() 1982 struct drbd_peer_device *peer_device; in conn_ov_running() 2003 struct drbd_peer_device *peer_device; in _check_net_options() 2048 struct drbd_peer_device *peer_device; in check_net_options() 2225 struct drbd_peer_device *peer_device; in drbd_adm_net_opts() 2251 struct drbd_peer_device *peer_device; in drbd_adm_connect() [all …]
|
D | drbd_debugfs.c | 868 void drbd_debugfs_peer_device_add(struct drbd_peer_device *peer_device) in drbd_debugfs_peer_device_add() 889 void drbd_debugfs_peer_device_cleanup(struct drbd_peer_device *peer_device) in drbd_debugfs_peer_device_cleanup()
|
/linux-4.1.27/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 12 drbd_peer_device object sits at each intersection between a drbd_device and a
|