Searched refs:dlm_unlock (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | dlm.h | 173 int dlm_unlock(dlm_lockspace_t *lockspace,
|
| /linux-6.15/fs/dlm/ |
| H A D | main.c | 104 EXPORT_SYMBOL_GPL(dlm_unlock);
|
| H A D | lock.c | 3429 int dlm_unlock(dlm_lockspace_t *lockspace, in dlm_unlock() function
|
| /linux-6.15/fs/ocfs2/ |
| H A D | stackglue.h | 179 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn, member
|
| H A D | stack_user.c | 701 return dlm_unlock(conn->cc_lockspace, lksb->lksb_fsdlm.sb_lkid, in user_dlm_unlock() 813 error = dlm_unlock(conn->cc_lockspace, lksb->sb_lkid, 0, lksb, conn); in sync_unlock() 1073 .dlm_unlock = user_dlm_unlock,
|
| H A D | stack_o2cb.c | 412 .dlm_unlock = o2cb_dlm_unlock,
|
| H A D | stackglue.c | 253 return active_stack->sp_ops->dlm_unlock(conn, lksb, flags); in ocfs2_dlm_unlock()
|
| /linux-6.15/fs/gfs2/ |
| H A D | lock_dlm.c | 365 error = dlm_unlock(ls->ls_dlm, gl->gl_lksb.sb_lkid, DLM_LKF_VALBLK, in gdlm_put_lock() 382 dlm_unlock(ls->ls_dlm, gl->gl_lksb.sb_lkid, DLM_LKF_CANCEL, NULL, gl); in gdlm_cancel() 563 error = dlm_unlock(ls->ls_dlm, lksb->sb_lkid, 0, lksb, ls); in sync_unlock()
|
| /linux-6.15/drivers/md/ |
| H A D | md-cluster.c | 178 ret = dlm_unlock(res->ls, res->lksb.sb_lkid, DLM_LKF_CANCEL, in dlm_lock_sync_interruptible() 255 ret = dlm_unlock(res->ls, res->lksb.sb_lkid, DLM_LKF_FORCEUNLOCK, in lockres_free()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | gfs2-glocks.rst | 69 go_unlocked Called when a glock is unlocked (dlm_unlock())
|