Searched defs:drbd_device (Results 1 – 3 of 3) sorted by relevance
743 struct drbd_device { struct744 struct drbd_resource *resource;745 struct list_head peer_devices;746 struct list_head pending_bitmap_io;748 unsigned long flush_jif;750 struct dentry *debugfs_minor;751 struct dentry *debugfs_vol;752 struct dentry *debugfs_vol_oldest_requests;753 struct dentry *debugfs_vol_act_log_extents;754 struct dentry *debugfs_vol_resync_extents;[all …]
3505 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_queue_bitmap_io()3506 void (*done)(struct drbd_device *, int), in drbd_queue_bitmap_io()3549 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_bitmap_io()
1523 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_bitmap_io_from_worker()