Lines Matching defs:drbd_resource
672 struct drbd_resource { struct
673 char *name;
675 struct dentry *debugfs_res;
676 struct dentry *debugfs_res_volumes;
677 struct dentry *debugfs_res_connections;
678 struct dentry *debugfs_res_in_flight_summary;
680 struct kref kref;
681 struct idr devices; /* volume number to device mapping */
682 struct list_head connections;
683 struct list_head resources;
684 struct res_opts res_opts;
685 struct mutex conf_update; /* mutex for ready-copy-update of net_conf and disk_conf */
709 struct drbd_resource *resource; argument