Home
last modified time | relevance | path

Searched refs:dlm_unlock (Results 1 – 7 of 7) sorted by relevance

/fs/dlm/
Dmain.c96 EXPORT_SYMBOL_GPL(dlm_unlock);
Dlock.c3466 int dlm_unlock(dlm_lockspace_t *lockspace, in dlm_unlock() function
/fs/ocfs2/
Dstackglue.h179 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn, member
Dstack_user.c705 ret = dlm_unlock(conn->cc_lockspace, lksb->lksb_fsdlm.sb_lkid, in user_dlm_unlock()
825 error = dlm_unlock(conn->cc_lockspace, lksb->sb_lkid, 0, lksb, conn); in sync_unlock()
1085 .dlm_unlock = user_dlm_unlock,
Dstack_o2cb.c412 .dlm_unlock = o2cb_dlm_unlock,
Dstackglue.c253 return active_stack->sp_ops->dlm_unlock(conn, lksb, flags); in ocfs2_dlm_unlock()
/fs/gfs2/
Dlock_dlm.c315 error = dlm_unlock(ls->ls_dlm, gl->gl_lksb.sb_lkid, DLM_LKF_VALBLK, in gdlm_put_lock()
328 dlm_unlock(ls->ls_dlm, gl->gl_lksb.sb_lkid, DLM_LKF_CANCEL, NULL, gl); in gdlm_cancel()
509 error = dlm_unlock(ls->ls_dlm, lksb->sb_lkid, 0, lksb, ls); in sync_unlock()