Searched defs:drbd_resource (Results 1 – 1 of 1) sorted by relevance
659 struct drbd_resource { struct660 char *name;662 struct dentry *debugfs_res;663 struct dentry *debugfs_res_volumes;664 struct dentry *debugfs_res_connections;665 struct dentry *debugfs_res_in_flight_summary;667 struct kref kref;668 struct idr devices; /* volume number to device mapping */669 struct list_head connections;670 struct list_head resources;[all …]