Searched defs:drbd_device (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-4.19/drivers/block/drbd/ |
| D | drbd_int.h | 822 struct drbd_device { struct 823 struct drbd_resource *resource; 824 struct list_head peer_devices; 825 struct list_head pending_bitmap_io; 827 unsigned long flush_jif; 829 struct dentry *debugfs_minor; 830 struct dentry *debugfs_vol; 831 struct dentry *debugfs_vol_oldest_requests; 832 struct dentry *debugfs_vol_act_log_extents; 833 struct dentry *debugfs_vol_resync_extents; [all …]
|
| D | drbd_main.c | 3609 int (*io_fn)(struct drbd_device *), in drbd_queue_bitmap_io() 3610 void (*done)(struct drbd_device *, int), in drbd_queue_bitmap_io() 3648 int drbd_bitmap_io(struct drbd_device *device, int (*io_fn)(struct drbd_device *), in drbd_bitmap_io()
|
| D | drbd_state.c | 1533 int (*io_fn)(struct drbd_device *), in drbd_bitmap_io_from_worker()
|
| /kernel/linux/linux-5.10/drivers/block/drbd/ |
| D | drbd_int.h | 815 struct drbd_device { struct 816 struct drbd_resource *resource; 817 struct list_head peer_devices; 818 struct list_head pending_bitmap_io; 820 unsigned long flush_jif; 822 struct dentry *debugfs_minor; 823 struct dentry *debugfs_vol; 824 struct dentry *debugfs_vol_oldest_requests; 825 struct dentry *debugfs_vol_act_log_extents; 826 struct dentry *debugfs_vol_resync_extents; [all …]
|
| D | drbd_main.c | 3538 int (*io_fn)(struct drbd_device *), in drbd_queue_bitmap_io() 3539 void (*done)(struct drbd_device *, int), in drbd_queue_bitmap_io() 3577 int drbd_bitmap_io(struct drbd_device *device, int (*io_fn)(struct drbd_device *), in drbd_bitmap_io()
|
| D | drbd_state.c | 1521 int (*io_fn)(struct drbd_device *), in drbd_bitmap_io_from_worker()
|