Searched defs:drbd_resource (Results 1 – 2 of 2) sorted by relevance
582 struct drbd_resource { struct583 char *name;585 struct dentry *debugfs_res;586 struct dentry *debugfs_res_volumes;587 struct dentry *debugfs_res_connections;588 struct dentry *debugfs_res_in_flight_summary;590 struct kref kref;591 struct idr devices; /* volume number to device mapping */592 struct list_head connections;593 struct list_head resources;[all …]
652 struct drbd_resource { struct653 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 …]