Searched defs:drbd_resource (Results 1 – 1 of 1) sorted by relevance
580 struct drbd_resource { struct581 char *name;583 struct dentry *debugfs_res;584 struct dentry *debugfs_res_volumes;585 struct dentry *debugfs_res_connections;586 struct dentry *debugfs_res_in_flight_summary;588 struct kref kref;589 struct idr devices; /* volume number to device mapping */590 struct list_head connections;591 struct list_head resources;[all …]