Home
last modified time | relevance | path

Searched defs:drbd_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/block/drbd/
Ddrbd_int.h822 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 …]
Ddrbd_main.c3608 int (*io_fn)(struct drbd_device *), in drbd_queue_bitmap_io()
3609 void (*done)(struct drbd_device *, int), in drbd_queue_bitmap_io()
3647 int drbd_bitmap_io(struct drbd_device *device, int (*io_fn)(struct drbd_device *), in drbd_bitmap_io()
Ddrbd_state.c1535 int (*io_fn)(struct drbd_device *), in drbd_bitmap_io_from_worker()