Searched defs:drbd_resource (Results 1 – 1 of 1) sorted by relevance
584 struct drbd_resource { struct585 char *name;587 struct dentry *debugfs_res;588 struct dentry *debugfs_res_volumes;589 struct dentry *debugfs_res_connections;590 struct dentry *debugfs_res_in_flight_summary;592 struct kref kref;593 struct idr devices; /* volume number to device mapping */594 struct list_head connections;595 struct list_head resources;[all …]