Home
last modified time | relevance | path

Searched refs:dlmlock (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ocfs2/dlm/
H A DMakefile5 dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o
H A Ddlmlock.c540 enum dlm_status dlmlock(struct dlm_ctxt *dlm, int mode, in dlmlock() function
743 EXPORT_SYMBOL_GPL(dlmlock);
H A Ddlmrecovery.c372 /* callers of the top-level api calls (dlmlock/dlmunlock) should
2533 * dlmlock() on the special "$RECOVERY" lockres with the
2554 ret = dlmlock(dlm, LKM_EXMODE, &lksb, LKM_NOQUEUE|LKM_RECOVERY, in dlm_pick_recovery_master()
2558 mlog(0, "%s: dlmlock($RECOVERY) returned %d, lksb=%d\n", in dlm_pick_recovery_master()
2562 mlog(0, "dlm=%s dlmlock says I got it (this=%u)\n", in dlm_pick_recovery_master()
2625 mlog(0, "dlm=%s dlmlock says another node got it (this=%u)\n", in dlm_pick_recovery_master()
2643 mlog(0, "dlm=%s dlmlock says master node died (this=%u)\n", in dlm_pick_recovery_master()
2649 /* dlmlock returned something other than NOTQUEUED or NORMAL */ in dlm_pick_recovery_master()
2650 mlog(ML_ERROR, "%s: got %s from dlmlock($RECOVERY), " in dlm_pick_recovery_master()
/linux/fs/ocfs2/
H A Dstack_o2cb.c202 status = dlmlock(conn->cc_lockspace, o2dlm_mode, &lksb->lksb_o2dlm, in o2cb_dlm_lock()