Searched refs:dlm_unlock (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Ddlm.h139 * dlm_unlock
158 int dlm_unlock(dlm_lockspace_t *lockspace,
/linux-master/fs/dlm/
H A Dmain.c92 EXPORT_SYMBOL_GPL(dlm_unlock); variable
H A Dlock.c14 dlm_unlock()
36 dlm_unlock = unlock_lock
37 dlm_unlock+CANCEL = cancel_lock
2720 /* when dlm_unlock() sees -EBUSY with CANCEL/FORCEUNLOCK it returns 0
3204 * Two stage 1 varieties: dlm_lock() and dlm_unlock()
3264 int dlm_unlock(dlm_lockspace_t *lockspace, function
/linux-master/fs/ocfs2/
H A Dstackglue.h171 * Call the underlying dlm unlock function. The ->dlm_unlock()
179 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn, member in struct:ocfs2_stack_operations
H A Dstack_o2cb.c412 .dlm_unlock = o2cb_dlm_unlock,
H A Dstack_user.c701 return dlm_unlock(conn->cc_lockspace, lksb->lksb_fsdlm.sb_lkid,
813 error = dlm_unlock(conn->cc_lockspace, lksb->sb_lkid, 0, lksb, conn);
1073 .dlm_unlock = user_dlm_unlock,
H A Dstackglue.c253 return active_stack->sp_ops->dlm_unlock(conn, lksb, flags);
/linux-master/fs/gfs2/
H A Dlock_dlm.c305 /* don't want to skip dlm_unlock writing the lvb when lock has one */
312 error = dlm_unlock(ls->ls_dlm, gl->gl_lksb.sb_lkid, DLM_LKF_VALBLK,
333 dlm_unlock(ls->ls_dlm, gl->gl_lksb.sb_lkid, DLM_LKF_CANCEL, NULL, gl);
514 error = dlm_unlock(ls->ls_dlm, lksb->sb_lkid, 0, lksb, ls);
/linux-master/drivers/md/
H A Dmd-cluster.c169 ret = dlm_unlock(res->ls, res->lksb.sb_lkid, DLM_LKF_CANCEL,
246 ret = dlm_unlock(res->ls, res->lksb.sb_lkid, DLM_LKF_FORCEUNLOCK,

Completed in 174 milliseconds