Searched defs:drbd_connection (Results 1 – 2 of 2) sorted by relevance
694 struct drbd_connection { struct695 struct list_head connections;696 struct drbd_resource *resource;698 struct dentry *debugfs_conn;699 struct dentry *debugfs_conn_callback_history;700 struct dentry *debugfs_conn_oldest_requests;702 struct kref kref;703 struct idr peer_devices; /* volume number to peer device mapping */704 enum drbd_conns cstate; /* Only C_STANDALONE to C_WF_REPORT_PARAMS */705 struct mutex cstate_mutex; /* Protects graceful disconnects */[all …]
687 struct drbd_connection { struct688 struct list_head connections;689 struct drbd_resource *resource;691 struct dentry *debugfs_conn;692 struct dentry *debugfs_conn_callback_history;693 struct dentry *debugfs_conn_oldest_requests;695 struct kref kref;696 struct idr peer_devices; /* volume number to peer device mapping */697 enum drbd_conns cstate; /* Only C_STANDALONE to C_WF_REPORT_PARAMS */698 struct mutex cstate_mutex; /* Protects graceful disconnects */[all …]