Lines Matching defs:conn
290 struct ocfs2_cluster_connection *conn =
335 status = ocfs2_dlm_unlock(conn, &lockres->l_lksb,
372 status = ocfs2_dlm_lock(conn, new_level, &lockres->l_lksb,
417 struct ocfs2_cluster_connection *conn =
480 status = ocfs2_dlm_lock(conn, level, &lockres->l_lksb,
597 struct ocfs2_cluster_connection *conn =
638 status = ocfs2_dlm_unlock(conn, &lockres->l_lksb, DLM_LKF_VALBLK);
670 struct ocfs2_cluster_connection *conn;
675 NULL, &conn);
679 return rc ? ERR_PTR(rc) : conn;
682 void user_dlm_unregister(struct ocfs2_cluster_connection *conn)
684 ocfs2_cluster_disconnect(conn, 0);