Home
last modified time | relevance | path

Searched defs:drbd_resource (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/block/drbd/
Ddrbd_int.h673 struct drbd_resource { struct
674 char *name;
676 struct dentry *debugfs_res;
677 struct dentry *debugfs_res_volumes;
678 struct dentry *debugfs_res_connections;
679 struct dentry *debugfs_res_in_flight_summary;
681 struct kref kref;
682 struct idr devices; /* volume number to device mapping */
683 struct list_head connections;
684 struct list_head resources;
[all …]