Searched refs:drbd_peer_device (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/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 | 106 __drbd_printk_if_same_type(obj, struct drbd_peer_device *, \ 396 struct drbd_peer_device *peer_device; 805 struct drbd_peer_device { struct 1015 static inline struct drbd_peer_device *first_peer_device(struct drbd_device *device) in first_peer_device() 1017 return list_first_entry_or_null(&device->peer_devices, struct drbd_peer_device, peer_devices); in first_peer_device() 1020 static inline struct drbd_peer_device * 1088 extern int drbd_send_uuids(struct drbd_peer_device *); 1089 extern int drbd_send_uuids_skip_initial_sync(struct drbd_peer_device *); 1090 extern void drbd_gen_and_send_sync_uuid(struct drbd_peer_device *); 1091 extern int drbd_send_sizes(struct drbd_peer_device *, int trigger_reply, enum dds_flags flags); [all …]
|
D | drbd_main.c | 469 struct drbd_peer_device *peer_device; in conn_lowest_minor() 619 void *drbd_prepare_command(struct drbd_peer_device *peer_device, struct drbd_socket *sock) in drbd_prepare_command() 673 int drbd_send_command(struct drbd_peer_device *peer_device, struct drbd_socket *sock, in drbd_send_command() 705 int drbd_send_sync_param(struct drbd_peer_device *peer_device) in drbd_send_sync_param() 814 static int _drbd_send_uuids(struct drbd_peer_device *peer_device, u64 uuid_flags) in _drbd_send_uuids() 848 int drbd_send_uuids(struct drbd_peer_device *peer_device) in drbd_send_uuids() 853 int drbd_send_uuids_skip_initial_sync(struct drbd_peer_device *peer_device) in drbd_send_uuids_skip_initial_sync() 876 void drbd_gen_and_send_sync_uuid(struct drbd_peer_device *peer_device) in drbd_gen_and_send_sync_uuid() 927 int drbd_send_sizes(struct drbd_peer_device *peer_device, int trigger_reply, enum dds_flags flags) in drbd_send_sizes() 988 int drbd_send_current_state(struct drbd_peer_device *peer_device) in drbd_send_current_state() [all …]
|
D | drbd_worker.c | 84 struct drbd_peer_device *peer_device = peer_req->peer_device; in drbd_endio_read_sec_final() 105 struct drbd_peer_device *peer_device = peer_req->peer_device; in drbd_endio_write_sec_final() 346 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_send_csum() 392 static int read_for_csum(struct drbd_peer_device *peer_device, sector_t sector, int size) in read_for_csum() 590 struct drbd_peer_device *const peer_device = first_peer_device(device); in make_resync_request() 1002 struct drbd_peer_device *peer_device; in drbd_resync_finished() 1057 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_data_req() 1118 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_rsdata_req() 1171 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_csum_rs_req() 1235 struct drbd_peer_device *peer_device = peer_req->peer_device; in w_e_end_ov_req() [all …]
|
D | drbd_receiver.c | 59 static int drbd_disconnected(struct drbd_peer_device *); 225 struct drbd_peer_device *peer_device; in conn_reclaim_net_peer_reqs() 263 struct page *drbd_alloc_pages(struct drbd_peer_device *peer_device, unsigned int number, in drbd_alloc_pages() 361 drbd_alloc_peer_req(struct drbd_peer_device *peer_device, u64 id, sector_t sector, in drbd_alloc_peer_req() 890 int drbd_connected(struct drbd_peer_device *peer_device) in drbd_connected() 927 struct drbd_peer_device *peer_device; in conn_connect() 1315 struct drbd_peer_device *peer_device; in drbd_flush() 1754 struct drbd_peer_device *peer_device; in conn_wait_active_ee_empty() 1859 read_in_block(struct drbd_peer_device *peer_device, u64 id, sector_t sector, in read_in_block() 1984 static int drbd_drain_block(struct drbd_peer_device *peer_device, int data_size) in drbd_drain_block() [all …]
|
D | drbd_state.c | 132 struct drbd_peer_device *peer_device; in remember_old_state() 296 struct drbd_peer_device *peer_device; in conn_all_vols_unconf() 338 struct drbd_peer_device *peer_device; in conn_highest_role() 354 struct drbd_peer_device *peer_device; in conn_highest_peer() 370 struct drbd_peer_device *peer_device; in conn_highest_disk() 386 struct drbd_peer_device *peer_device; in conn_lowest_disk() 402 struct drbd_peer_device *peer_device; in conn_highest_pdsk() 418 struct drbd_peer_device *peer_device; in conn_lowest_conn() 433 struct drbd_peer_device *peer_device; in no_peer_wf_report_params() 450 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 | 323 static void set_if_null_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req) in set_if_null_req_next() 332 static void advance_conn_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req) in advance_conn_req_next() 349 static void set_if_null_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request *… in set_if_null_req_ack_pending() 358 static void advance_conn_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request … in advance_conn_req_ack_pending() 375 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() 384 static void advance_conn_req_not_net_done(struct drbd_peer_device *peer_device, struct drbd_request… in advance_conn_req_not_net_done() 407 struct drbd_peer_device *peer_device = first_peer_device(device); in mod_rq_state() 554 struct drbd_peer_device *const peer_device = first_peer_device(device); in __req_mod()
|
D | drbd_nl.c | 446 struct drbd_peer_device *peer_device; in highest_fencing_policy() 617 struct drbd_peer_device *const peer_device = first_peer_device(device); in drbd_set_role() 1273 struct drbd_peer_device *peer_device = first_peer_device(device); in decide_on_write_same_support() 1676 struct drbd_peer_device *peer_device; in drbd_adm_disk_opts() 1788 struct drbd_peer_device *peer_device; in drbd_adm_attach() 2253 struct drbd_peer_device *peer_device; in conn_resync_running() 2275 struct drbd_peer_device *peer_device; in conn_ov_running() 2296 struct drbd_peer_device *peer_device; in _check_net_options() 2341 struct drbd_peer_device *peer_device; in check_net_options() 2518 struct drbd_peer_device *peer_device; in drbd_adm_net_opts() [all …]
|
D | drbd_debugfs.c | 827 void drbd_debugfs_peer_device_add(struct drbd_peer_device *peer_device) in drbd_debugfs_peer_device_add() 838 void drbd_debugfs_peer_device_cleanup(struct drbd_peer_device *peer_device) in drbd_debugfs_peer_device_cleanup()
|
/Linux-v5.15/Documentation/admin-guide/blockdev/drbd/ |
D | data-structure-v9.rst | 16 drbd_peer_device object sits at each intersection between a drbd_device and a
|