Searched defs:drbd_resource (Results 1 – 1 of 1) sorted by relevance
648 struct drbd_resource { struct649 char *name;651 struct dentry *debugfs_res;652 struct dentry *debugfs_res_volumes;653 struct dentry *debugfs_res_connections;654 struct dentry *debugfs_res_in_flight_summary;656 struct kref kref;657 struct idr devices; /* volume number to device mapping */658 struct list_head connections;659 struct list_head resources;[all …]