Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/block/drbd/
Ddrbd_int.h617 struct drbd_connection { struct
618 struct list_head connections;
619 struct drbd_resource *resource;
621 struct dentry *debugfs_conn;
622 struct dentry *debugfs_conn_callback_history;
623 struct dentry *debugfs_conn_oldest_requests;
625 struct kref kref;
626 struct idr peer_devices; /* volume number to peer device mapping */
627 enum drbd_conns cstate; /* Only C_STANDALONE to C_WF_REPORT_PARAMS */
628 struct mutex cstate_mutex; /* Protects graceful disconnects */
[all …]