Lines Matching defs:drbd_resource
580 struct drbd_resource { struct
581 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;
589 struct idr devices; /* volume number to device mapping */
590 struct list_head connections;
591 struct list_head resources;
592 struct res_opts res_opts;
593 struct mutex conf_update; /* mutex for ready-copy-update of net_conf and disk_conf */
617 struct drbd_resource *resource; argument