Searched defs:drbd_resource (Results 1 – 1 of 1) sorted by relevance
673 struct drbd_resource { struct674 char *name;676 struct dentry *debugfs_res;677 struct dentry *debugfs_res_volumes;678 struct dentry *debugfs_res_connections;679 struct dentry *debugfs_res_in_flight_summary;681 struct kref kref;682 struct idr devices; /* volume number to device mapping */683 struct list_head connections;684 struct list_head resources;[all …]