Searched defs:ocfs2_live_connection (Results 1 – 1 of 1) sorted by relevance
107 struct ocfs2_live_connection { struct108 struct list_head oc_list;109 struct ocfs2_cluster_connection *oc_conn;110 enum ocfs2_connection_type oc_type;111 atomic_t oc_this_node;112 int oc_our_slot;113 struct dlm_lksb oc_version_lksb;114 char oc_lvb[DLM_LVB_LEN];115 struct completion oc_sync_wait;116 wait_queue_head_t oc_wait;
Completed in 7 milliseconds