Lines Matching defs:drbd_resource
648 struct drbd_resource { struct
649 char *name;
651 struct dentry *debugfs_res;
652 struct dentry *debugfs_res_volumes;
653 struct dentry *debugfs_res_connections;
654 struct dentry *debugfs_res_in_flight_summary;
656 struct kref kref;
657 struct idr devices; /* volume number to device mapping */
658 struct list_head connections;
659 struct list_head resources;
660 struct res_opts res_opts;
661 struct mutex conf_update; /* mutex for ready-copy-update of net_conf and disk_conf */
685 struct drbd_resource *resource; argument