Searched defs:drbd_device (Results 1 – 3 of 3) sorted by relevance
818 struct drbd_device { struct819 struct drbd_resource *resource;820 struct list_head peer_devices;821 struct list_head pending_bitmap_io;823 unsigned long flush_jif;825 struct dentry *debugfs_minor;826 struct dentry *debugfs_vol;827 struct dentry *debugfs_vol_oldest_requests;828 struct dentry *debugfs_vol_act_log_extents;829 struct dentry *debugfs_vol_resync_extents;[all …]
3562 int (*io_fn)(struct drbd_device *), in drbd_queue_bitmap_io()3563 void (*done)(struct drbd_device *, int), in drbd_queue_bitmap_io()3599 int drbd_bitmap_io(struct drbd_device *device, int (*io_fn)(struct drbd_device *), in drbd_bitmap_io()
1229 int (*io_fn)(struct drbd_device *), in drbd_bitmap_io_from_worker()