| /Linux-v5.4/drivers/block/drbd/ | 
| D | drbd_receiver.c | 222 	struct drbd_peer_device *peer_device;  in conn_reclaim_net_peer_reqs()  local260 struct page *drbd_alloc_pages(struct drbd_peer_device *peer_device, unsigned int number,  in drbd_alloc_pages()
 358 drbd_alloc_peer_req(struct drbd_peer_device *peer_device, u64 id, sector_t sector,  in drbd_alloc_peer_req()
 887 int drbd_connected(struct drbd_peer_device *peer_device)  in drbd_connected()
 924 	struct drbd_peer_device *peer_device;  in conn_connect()  local
 1312 		struct drbd_peer_device *peer_device;  in drbd_flush()  local
 1753 	struct drbd_peer_device *peer_device;  in conn_wait_active_ee_empty()  local
 1858 read_in_block(struct drbd_peer_device *peer_device, u64 id, sector_t sector,  in read_in_block()
 1983 static int drbd_drain_block(struct drbd_peer_device *peer_device, int data_size)  in drbd_drain_block()
 2008 static int recv_dless_read(struct drbd_peer_device *peer_device, struct drbd_request *req,  in recv_dless_read()
 [all …]
 
 | 
| D | drbd_main.c | 481 	struct drbd_peer_device *peer_device;  in conn_lowest_minor()  local632 void *drbd_prepare_command(struct drbd_peer_device *peer_device, struct drbd_socket *sock)  in drbd_prepare_command()
 686 int drbd_send_command(struct drbd_peer_device *peer_device, struct drbd_socket *sock,  in drbd_send_command()
 718 int drbd_send_sync_param(struct drbd_peer_device *peer_device)  in drbd_send_sync_param()
 827 static int _drbd_send_uuids(struct drbd_peer_device *peer_device, u64 uuid_flags)  in _drbd_send_uuids()
 861 int drbd_send_uuids(struct drbd_peer_device *peer_device)  in drbd_send_uuids()
 866 int drbd_send_uuids_skip_initial_sync(struct drbd_peer_device *peer_device)  in drbd_send_uuids_skip_initial_sync()
 889 void drbd_gen_and_send_sync_uuid(struct drbd_peer_device *peer_device)  in drbd_gen_and_send_sync_uuid()
 940 int drbd_send_sizes(struct drbd_peer_device *peer_device, int trigger_reply, enum dds_flags flags)  in drbd_send_sizes()
 998 int drbd_send_current_state(struct drbd_peer_device *peer_device)  in drbd_send_current_state()
 [all …]
 
 | 
| D | drbd_worker.c | 83 	struct drbd_peer_device *peer_device = peer_req->peer_device;  in drbd_endio_read_sec_final()  local104 	struct drbd_peer_device *peer_device = peer_req->peer_device;  in drbd_endio_write_sec_final()  local
 345 	struct drbd_peer_device *peer_device = peer_req->peer_device;  in w_e_send_csum()  local
 391 static int read_for_csum(struct drbd_peer_device *peer_device, sector_t sector, int size)  in read_for_csum()
 589 	struct drbd_peer_device *const peer_device = first_peer_device(device);  in make_resync_request()  local
 1001 			struct drbd_peer_device *peer_device;  in drbd_resync_finished()  local
 1056 	struct drbd_peer_device *peer_device = peer_req->peer_device;  in w_e_end_data_req()  local
 1117 	struct drbd_peer_device *peer_device = peer_req->peer_device;  in w_e_end_rsdata_req()  local
 1170 	struct drbd_peer_device *peer_device = peer_req->peer_device;  in w_e_end_csum_rs_req()  local
 1234 	struct drbd_peer_device *peer_device = peer_req->peer_device;  in w_e_end_ov_req()  local
 [all …]
 
 | 
| D | drbd_state.c | 132 			struct drbd_peer_device *peer_device;  in remember_old_state()  local296 	struct drbd_peer_device *peer_device;  in conn_all_vols_unconf()  local
 338 	struct drbd_peer_device *peer_device;  in conn_highest_role()  local
 354 	struct drbd_peer_device *peer_device;  in conn_highest_peer()  local
 370 	struct drbd_peer_device *peer_device;  in conn_highest_disk()  local
 386 	struct drbd_peer_device *peer_device;  in conn_lowest_disk()  local
 402 	struct drbd_peer_device *peer_device;  in conn_highest_pdsk()  local
 418 	struct drbd_peer_device *peer_device;  in conn_lowest_conn()  local
 433 	struct drbd_peer_device *peer_device;  in no_peer_wf_report_params()  local
 450 	struct drbd_peer_device *peer_device;  in wake_up_all_devices()  local
 [all …]
 
 | 
| D | drbd_debugfs.h | 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_req.c | 338 static void set_if_null_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req)  in set_if_null_req_next()347 static void advance_conn_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req)  in advance_conn_req_next()
 364 static void set_if_null_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request *…  in set_if_null_req_ack_pending()
 373 static void advance_conn_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request …  in advance_conn_req_ack_pending()
 390 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()
 399 static void advance_conn_req_not_net_done(struct drbd_peer_device *peer_device, struct drbd_request…  in advance_conn_req_not_net_done()
 422 	struct drbd_peer_device *peer_device = first_peer_device(device);  in mod_rq_state()  local
 569 	struct drbd_peer_device *const peer_device = first_peer_device(device);  in __req_mod()  local
 
 | 
| D | drbd_nl.c | 447 	struct drbd_peer_device *peer_device;  in highest_fencing_policy()  local618 	struct drbd_peer_device *const peer_device = first_peer_device(device);  in drbd_set_role()  local
 1272 	struct drbd_peer_device *peer_device = first_peer_device(device);  in decide_on_write_same_support()  local
 1682 		struct drbd_peer_device *peer_device;  in drbd_adm_disk_opts()  local
 1794 	struct drbd_peer_device *peer_device;  in drbd_adm_attach()  local
 2260 	struct drbd_peer_device *peer_device;  in conn_resync_running()  local
 2282 	struct drbd_peer_device *peer_device;  in conn_ov_running()  local
 2303 	struct drbd_peer_device *peer_device;  in _check_net_options()  local
 2348 	struct drbd_peer_device *peer_device;  in check_net_options()  local
 2525 		struct drbd_peer_device *peer_device;  in drbd_adm_net_opts()  local
 [all …]
 
 | 
| D | drbd_state_change.h | 25 	struct drbd_peer_device *peer_device;  member
 | 
| 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()
 
 | 
| D | drbd_int.h | 81 #define __drbd_printk_peer_device(level, peer_device, fmt, args...) \  argument396 	struct drbd_peer_device *peer_device;  member
 1045 #define for_each_peer_device(peer_device, device) \  argument
 1048 #define for_each_peer_device_rcu(peer_device, device) \  argument
 1051 #define for_each_peer_device_safe(peer_device, tmp, device) \  argument
 
 |