Searched refs:ocfs2_dlm_unlock (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ocfs2/
H A Dstackglue.h271 int ocfs2_dlm_unlock(struct ocfs2_cluster_connection *conn,
H A Dstackglue.c226 * The ocfs2_dlm_lock() and ocfs2_dlm_unlock() functions take no argument
247 int ocfs2_dlm_unlock(struct ocfs2_cluster_connection *conn, function
255 EXPORT_SYMBOL_GPL(ocfs2_dlm_unlock); variable
H A Ddlmglue.c3483 ret = ocfs2_dlm_unlock(osb->cconn, &lockres->l_lksb, lkm_flags);
3485 ocfs2_log_dlm_error("ocfs2_dlm_unlock", ret, lockres);
3490 mlog(0, "lock %s, successful return from ocfs2_dlm_unlock\n",
3689 /* returns 1 when the caller should unlock and call ocfs2_dlm_unlock */
3724 ret = ocfs2_dlm_unlock(osb->cconn, &lockres->l_lksb,
3727 ocfs2_log_dlm_error("ocfs2_dlm_unlock", ret, lockres);
/linux-master/fs/ocfs2/dlmfs/
H A Duserdlm.c333 status = ocfs2_dlm_unlock(conn, &lockres->l_lksb,
336 user_log_dlm_error("ocfs2_dlm_unlock", status, lockres);
635 status = ocfs2_dlm_unlock(conn, &lockres->l_lksb, DLM_LKF_VALBLK);
641 user_log_dlm_error("ocfs2_dlm_unlock", status, lockres);

Completed in 205 milliseconds