Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddlm.h204 int dlm_unlock(dlm_lockspace_t *lockspace,
/linux/fs/dlm/
H A Dmain.c104 EXPORT_SYMBOL_GPL(dlm_unlock);
H A Dlock.c3429 int dlm_unlock(dlm_lockspace_t *lockspace, in dlm_unlock() function
/linux/Documentation/translations/zh_CN/filesystems/
H A Dgfs2-glocks.rst74 go_unlocked 当 glock 解锁时调用(dlm_unlock())
/linux/fs/ocfs2/
H A Dstack_user.c694 return dlm_unlock(conn->cc_lockspace, lksb->lksb_fsdlm.sb_lkid, in user_dlm_unlock()
806 error = dlm_unlock(conn->cc_lockspace, lksb->sb_lkid, 0, lksb, conn); in sync_unlock()
1067 .dlm_unlock = user_dlm_unlock,
H A Dstackglue.c254 return active_stack->sp_ops->dlm_unlock(conn, lksb, flags); in ocfs2_dlm_unlock()