Home
last modified time | relevance | path

Searched defs:drbd_connection (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/block/drbd/
Ddrbd_int.h694 struct drbd_connection { struct
695 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 …]