Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/block/drbd/
Ddrbd_int.h745 struct drbd_device { struct
746 struct drbd_resource *resource;
747 struct list_head peer_devices;
748 struct list_head pending_bitmap_io;
750 unsigned long flush_jif;
752 struct dentry *debugfs_minor;
753 struct dentry *debugfs_vol;
754 struct dentry *debugfs_vol_oldest_requests;
755 struct dentry *debugfs_vol_act_log_extents;
756 struct dentry *debugfs_vol_resync_extents;
[all …]
Ddrbd_main.c3509 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_queue_bitmap_io()
3510 void (*done)(struct drbd_device *, int), in drbd_queue_bitmap_io()
3552 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_bitmap_io()
Ddrbd_state.c1523 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_bitmap_io_from_worker()
/kernel/linux/linux-5.10/drivers/block/drbd/
Ddrbd_int.h815 struct drbd_device { struct
816 struct drbd_resource *resource;
817 struct list_head peer_devices;
818 struct list_head pending_bitmap_io;
820 unsigned long flush_jif;
822 struct dentry *debugfs_minor;
823 struct dentry *debugfs_vol;
824 struct dentry *debugfs_vol_oldest_requests;
825 struct dentry *debugfs_vol_act_log_extents;
826 struct dentry *debugfs_vol_resync_extents;
[all …]
Ddrbd_main.c3539 int (*io_fn)(struct drbd_device *), in drbd_queue_bitmap_io()
3540 void (*done)(struct drbd_device *, int), in drbd_queue_bitmap_io()
3578 int drbd_bitmap_io(struct drbd_device *device, int (*io_fn)(struct drbd_device *), in drbd_bitmap_io()
Ddrbd_state.c1521 int (*io_fn)(struct drbd_device *), in drbd_bitmap_io_from_worker()