Lines Matching defs:ocfs2_cluster_connection
66 struct ocfs2_cluster_connection;
73 struct ocfs2_cluster_connection *lksb_conn;
92 struct ocfs2_cluster_connection {
114 * an ocfs2_cluster_connection with the name and recovery field
128 int (*connect)(struct ocfs2_cluster_connection *conn);
144 int (*disconnect)(struct ocfs2_cluster_connection *conn);
150 int (*this_node)(struct ocfs2_cluster_connection *conn,
163 int (*dlm_lock)(struct ocfs2_cluster_connection *conn,
179 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn,
206 int (*plock)(struct ocfs2_cluster_connection *conn,
246 struct ocfs2_cluster_connection **conn);
257 struct ocfs2_cluster_connection **conn);
258 int ocfs2_cluster_disconnect(struct ocfs2_cluster_connection *conn,
261 int ocfs2_cluster_this_node(struct ocfs2_cluster_connection *conn,
265 int ocfs2_dlm_lock(struct ocfs2_cluster_connection *conn,
271 int ocfs2_dlm_unlock(struct ocfs2_cluster_connection *conn,
281 int ocfs2_plock(struct ocfs2_cluster_connection *conn, u64 ino,