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;590 struct list_head connections;591 struct list_head resources;592 struct res_opts res_opts;[all …]
Completed in 10 milliseconds