Searched defs:drbd_device (Results 1 – 3 of 3) sorted by relevance
747 struct drbd_device { struct748 struct drbd_resource *resource;749 struct list_head peer_devices;750 struct list_head pending_bitmap_io;752 unsigned long flush_jif;754 struct dentry *debugfs_minor;755 struct dentry *debugfs_vol;756 struct dentry *debugfs_vol_oldest_requests;757 struct dentry *debugfs_vol_act_log_extents;758 struct dentry *debugfs_vol_resync_extents;[all …]
3507 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_queue_bitmap_io()3508 void (*done)(struct drbd_device *, int), in drbd_queue_bitmap_io()3550 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()