Lines Matching refs:ocfs2_cluster_connection
68 struct ocfs2_cluster_connection;
75 struct ocfs2_cluster_connection *lksb_conn;
94 struct ocfs2_cluster_connection { struct
130 int (*connect)(struct ocfs2_cluster_connection *conn);
146 int (*disconnect)(struct ocfs2_cluster_connection *conn);
152 int (*this_node)(struct ocfs2_cluster_connection *conn,
165 int (*dlm_lock)(struct ocfs2_cluster_connection *conn,
181 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn,
208 int (*plock)(struct ocfs2_cluster_connection *conn,
248 struct ocfs2_cluster_connection **conn);
259 struct ocfs2_cluster_connection **conn);
260 int ocfs2_cluster_disconnect(struct ocfs2_cluster_connection *conn,
263 int ocfs2_cluster_this_node(struct ocfs2_cluster_connection *conn,
267 int ocfs2_dlm_lock(struct ocfs2_cluster_connection *conn,
273 int ocfs2_dlm_unlock(struct ocfs2_cluster_connection *conn,
283 int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino,