Searched refs:drbd_peer_device (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_debugfs.h | 21 void drbd_debugfs_peer_device_add(struct drbd_peer_device *peer_device); 22 void drbd_debugfs_peer_device_cleanup(struct drbd_peer_device *peer_device); 37 static inline void drbd_debugfs_peer_device_add(struct drbd_peer_device *peer_device) { } in drbd_debugfs_peer_device_add() 38 static inline void drbd_debugfs_peer_device_cleanup(struct drbd_peer_device *peer_device) { } in drbd_debugfs_peer_device_cleanup()
|
D | drbd_int.h | 118 __drbd_printk_if_same_type(obj, struct drbd_peer_device *, \ 408 struct drbd_peer_device *peer_device; 812 struct drbd_peer_device { struct 1023 static inline struct drbd_peer_device *first_peer_device(struct drbd_device *device) in first_peer_device() 1025 return list_first_entry_or_null(&device->peer_devices, struct drbd_peer_device, peer_devices); in first_peer_device() 1028 static inline struct drbd_peer_device * 1096 extern int drbd_send_uuids(struct drbd_peer_device *); 1097 extern int drbd_send_uuids_skip_initial_sync(struct drbd_peer_device *); 1098 extern void drbd_gen_and_send_sync_uuid(struct drbd_peer_device *); 1099 extern int drbd_send_sizes(struct drbd_peer_device *, int trigger_reply, enum dds_flags flags); [all …]
|
D | drbd_main.c | 491 struct drbd_peer_device *peer_device; in conn_lowest_minor() 642 void *drbd_prepare_command(struct drbd_peer_device *peer_device, struct drbd_socket *sock) in drbd_prepare_command() 696 int drbd_send_command(struct drbd_peer_device *peer_device, struct drbd_socket *sock, in drbd_send_command() 728 int drbd_send_sync_param(struct drbd_peer_device *peer_device) in drbd_send_sync_param() 838 static int _drbd_send_uuids(struct drbd_peer_device *peer_device, u64 uuid_flags) in _drbd_send_uuids() 872 int drbd_send_uuids(struct drbd_peer_device *peer_device) in drbd_send_uuids() 877 int drbd_send_uuids_skip_initial_sync(struct drbd_peer_device *peer_device) in drbd_send_uuids_skip_initial_sync() 900 void drbd_gen_and_send_sync_uuid(struct drbd_peer_device *peer_device) in drbd_gen_and_send_sync_uuid() 951 int drbd_send_sizes(struct drbd_peer_device *peer_device, int trigger_reply, enum dds_flags flags) in drbd_send_sizes() 1009 int drbd_send_current_state(struct drbd_peer_device *peer_device) in drbd_send_current_state() [all …]
|
D | drbd_receiver.c | 70 static int drbd_disconnected(struct drbd_peer_device *); 234 struct drbd_peer_device *peer_device; in conn_reclaim_net_peer_reqs() 272 struct page *drbd_alloc_pages(struct drbd_peer_device *peer_device, unsigned int number, in drbd_alloc_pages() 370 drbd_alloc_peer_req(struct drbd_peer_device *peer_device, u64 id, sector_t sector, in drbd_alloc_peer_req() 899 int drbd_connected(struct drbd_peer_device *peer_device) in drbd_connected() 936 struct drbd_peer_device *peer_device; in conn_connect() 1324 struct drbd_peer_device *peer_device; in drbd_flush() 1650 struct drbd_peer_device *peer_device; in conn_wait_active_ee_empty() 1755 read_in_block(struct drbd_peer_device *peer_device, u64 id, sector_t sector, in read_in_block() 1871 static int drbd_drain_block(struct drbd_peer_device *peer_device, int data_size) in drbd_drain_block() [all …]
|
D | drbd_worker.c | 95 struct drbd_peer_device *peer_device = peer_req->peer_device; in drbd_endio_read_sec_final() 116 struct drbd_peer_device *peer_device = peer_req->peer_device; in drbd_endio_write_sec_final() 358 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_send_csum() 404 static int read_for_csum(struct drbd_peer_device *peer_device, sector_t sector, int size) in read_for_csum() 602 struct drbd_peer_device *const peer_device = first_peer_device(device); in make_resync_request() 1014 struct drbd_peer_device *peer_device; in drbd_resync_finished() 1069 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_data_req() 1130 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_rsdata_req() 1183 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_csum_rs_req() 1247 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_ov_req() [all …]
|
D | drbd_state.c | 144 struct drbd_peer_device *peer_device; in remember_old_state() 308 struct drbd_peer_device *peer_device; in conn_all_vols_unconf() 350 struct drbd_peer_device *peer_device; in conn_highest_role() 366 struct drbd_peer_device *peer_device; in conn_highest_peer() 382 struct drbd_peer_device *peer_device; in conn_highest_disk() 398 struct drbd_peer_device *peer_device; in conn_lowest_disk() 414 struct drbd_peer_device *peer_device; in conn_highest_pdsk() 430 struct drbd_peer_device *peer_device; in conn_lowest_conn() 445 struct drbd_peer_device *peer_device; in no_peer_wf_report_params() 462 struct drbd_peer_device *peer_device; in wake_up_all_devices() [all …]
|
D | drbd_state_change.h | 25 struct drbd_peer_device *peer_device;
|
D | drbd_req.c | 350 static void set_if_null_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req) in set_if_null_req_next() 359 static void advance_conn_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req) in advance_conn_req_next() 376 static void set_if_null_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request *… in set_if_null_req_ack_pending() 385 static void advance_conn_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request … in advance_conn_req_ack_pending() 402 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() 411 static void advance_conn_req_not_net_done(struct drbd_peer_device *peer_device, struct drbd_request… in advance_conn_req_not_net_done() 434 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 | 430 struct drbd_peer_device *peer_device; in highest_fencing_policy() 601 struct drbd_peer_device *const peer_device = first_peer_device(device); in drbd_set_role() 1242 struct drbd_peer_device *peer_device = first_peer_device(device); in decide_on_write_same_support() 1630 struct drbd_peer_device *peer_device; in drbd_adm_disk_opts() 1742 struct drbd_peer_device *peer_device; in drbd_adm_attach() 2198 struct drbd_peer_device *peer_device; in conn_resync_running() 2220 struct drbd_peer_device *peer_device; in conn_ov_running() 2241 struct drbd_peer_device *peer_device; in _check_net_options() 2286 struct drbd_peer_device *peer_device; in check_net_options() 2478 struct drbd_peer_device *peer_device; in drbd_adm_net_opts() [all …]
|
D | drbd_debugfs.c | 859 void drbd_debugfs_peer_device_add(struct drbd_peer_device *peer_device) in drbd_debugfs_peer_device_add() 880 void drbd_debugfs_peer_device_cleanup(struct drbd_peer_device *peer_device) in drbd_debugfs_peer_device_cleanup()
|
/Linux-v4.19/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 12 drbd_peer_device object sits at each intersection between a drbd_device and a
|