Searched refs:dlm_unlock (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/fs/dlm/ ! |
D | main.c | 94 EXPORT_SYMBOL_GPL(dlm_unlock);
|
D | lock.c | 2824 int dlm_unlock(dlm_lockspace_t *lockspace, in dlm_unlock() function
|
/linux-3.4.99/include/linux/ ! |
D | dlm.h | 224 int dlm_unlock(dlm_lockspace_t *lockspace,
|
/linux-3.4.99/fs/ocfs2/ ! |
D | stackglue.h | 183 int (*dlm_unlock)(struct ocfs2_cluster_connection *conn, member
|
D | stack_user.c | 719 ret = dlm_unlock(conn->cc_lockspace, lksb->lksb_fsdlm.sb_lkid, in user_dlm_unlock() 869 .dlm_unlock = user_dlm_unlock,
|
D | stack_o2cb.c | 421 .dlm_unlock = o2cb_dlm_unlock,
|
D | stackglue.c | 263 return active_stack->sp_ops->dlm_unlock(conn, lksb, flags); in ocfs2_dlm_unlock()
|
/linux-3.4.99/fs/gfs2/ ! |
D | lock_dlm.c | 292 error = dlm_unlock(ls->ls_dlm, gl->gl_lksb.sb_lkid, DLM_LKF_VALBLK, in gdlm_put_lock() 305 dlm_unlock(ls->ls_dlm, gl->gl_lksb.sb_lkid, DLM_LKF_CANCEL, NULL, gl); in gdlm_cancel() 489 error = dlm_unlock(ls->ls_dlm, lksb->sb_lkid, 0, lksb, ls); in sync_unlock()
|