Lines Matching defs:drbd_resource
582 struct drbd_resource { struct
583 char *name;
585 struct dentry *debugfs_res;
586 struct dentry *debugfs_res_volumes;
587 struct dentry *debugfs_res_connections;
588 struct dentry *debugfs_res_in_flight_summary;
590 struct kref kref;
591 struct idr devices; /* volume number to device mapping */
592 struct list_head connections;
593 struct list_head resources;
594 struct res_opts res_opts;
595 struct mutex conf_update; /* mutex for ready-copy-update of net_conf and disk_conf */
619 struct drbd_resource *resource; argument