Lines Matching defs:conn
288 struct ocfs2_cluster_connection *conn =
333 status = ocfs2_dlm_unlock(conn, &lockres->l_lksb,
370 status = ocfs2_dlm_lock(conn, new_level, &lockres->l_lksb,
415 struct ocfs2_cluster_connection *conn =
478 status = ocfs2_dlm_lock(conn, level, &lockres->l_lksb,
595 struct ocfs2_cluster_connection *conn =
635 status = ocfs2_dlm_unlock(conn, &lockres->l_lksb, DLM_LKF_VALBLK);
667 struct ocfs2_cluster_connection *conn;
672 NULL, &conn);
676 return rc ? ERR_PTR(rc) : conn;
679 void user_dlm_unregister(struct ocfs2_cluster_connection *conn)
681 ocfs2_cluster_disconnect(conn, 0);