Lines Matching defs:drbd_resource
673 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;
685 struct res_opts res_opts;
686 struct mutex conf_update; /* mutex for ready-copy-update of net_conf and disk_conf */
710 struct drbd_resource *resource; argument