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