Home
last modified time | relevance | path

Searched defs:drbd_resource (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/block/drbd/
Ddrbd_int.h659 struct drbd_resource { struct
660 char *name;
662 struct dentry *debugfs_res;
663 struct dentry *debugfs_res_volumes;
664 struct dentry *debugfs_res_connections;
665 struct dentry *debugfs_res_in_flight_summary;
667 struct kref kref;
668 struct idr devices; /* volume number to device mapping */
669 struct list_head connections;
670 struct list_head resources;
[all …]
/kernel/linux/linux-5.10/drivers/block/drbd/
Ddrbd_int.h652 struct drbd_resource { struct
653 char *name;
655 struct dentry *debugfs_res;
656 struct dentry *debugfs_res_volumes;
657 struct dentry *debugfs_res_connections;
658 struct dentry *debugfs_res_in_flight_summary;
660 struct kref kref;
661 struct idr devices; /* volume number to device mapping */
662 struct list_head connections;
663 struct list_head resources;
[all …]