Searched defs:drbd_device (Results 1 – 3 of 3) sorted by relevance
811 struct drbd_device { struct812 struct drbd_resource *resource;813 struct list_head peer_devices;814 struct list_head pending_bitmap_io;816 unsigned long flush_jif;818 struct dentry *debugfs_minor;819 struct dentry *debugfs_vol;820 struct dentry *debugfs_vol_oldest_requests;821 struct dentry *debugfs_vol_act_log_extents;822 struct dentry *debugfs_vol_resync_extents;[all …]
3491 int (*io_fn)(struct drbd_device *), in drbd_queue_bitmap_io()3492 void (*done)(struct drbd_device *, int), in drbd_queue_bitmap_io()3531 int drbd_bitmap_io(struct drbd_device *device, int (*io_fn)(struct drbd_device *), in drbd_bitmap_io()
1521 int (*io_fn)(struct drbd_device *), in drbd_bitmap_io_from_worker()