Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Dmain.c104 EXPORT_SYMBOL_GPL(dlm_unlock);
H A Dlock.c14 dlm_unlock()
36 dlm_unlock = unlock_lock
37 dlm_unlock+CANCEL = cancel_lock
2880 /* when dlm_unlock() sees -EBUSY with CANCEL/FORCEUNLOCK it returns 0
3364 * Two stage 1 varieties: dlm_lock() and dlm_unlock()
3424 int dlm_unlock(dlm_lockspace_t *lockspace, in dlm_unlock()
3422 int dlm_unlock(dlm_lockspace_t *lockspace, dlm_unlock() function
/linux/include/linux/
H A Ddlm.h173 int dlm_unlock(dlm_lockspace_t *lockspace,
/linux/fs/ocfs2/
H A Dstackglue.h179 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn, member
H A Dstack_user.c701 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 Dstack_o2cb.c412 .dlm_unlock = o2cb_dlm_unlock,
H A Dstackglue.c253 return active_stack->sp_ops->dlm_unlock(conn, lksb, flags); in ocfs2_dlm_unlock()
/linux/fs/gfs2/
H A Dlock_dlm.c344 error = dlm_unlock(ls->ls_dlm, gl->gl_lksb.sb_lkid, DLM_LKF_VALBLK, in gdlm_put_lock()
361 dlm_unlock(ls->ls_dlm, gl->gl_lksb.sb_lkid, DLM_LKF_CANCEL, NULL, gl); in gdlm_cancel()
542 error = dlm_unlock(ls->ls_dlm, lksb->sb_lkid, 0, lksb, ls); in sync_unlock()
/linux/drivers/md/
H A Dmd-cluster.c178 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/Documentation/filesystems/
H A Dgfs2-glocks.rst69 go_unlocked Called when a glock is unlocked (dlm_unlock())