Searched refs:dlmlock (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ocfs2/dlm/ |
H A D | Makefile | 5 dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o
|
H A D | dlmapi.h | 110 /* Flags passed to dlmlock and dlmunlock: 161 enum dlm_status dlmlock(struct dlm_ctxt *dlm,
|
H A D | dlmlock.c | 3 * dlmlock.c 540 enum dlm_status dlmlock(struct dlm_ctxt *dlm, int mode, in dlmlock() function 743 EXPORT_SYMBOL_GPL(dlmlock);
|
H A D | dlmrecovery.c | 372 /* callers of the top-level api calls (dlmlock/dlmunlock) should 2534 * dlmlock() on the special "$RECOVERY" lockres with the 2555 ret = dlmlock(dlm, LKM_EXMODE, &lksb, LKM_NOQUEUE|LKM_RECOVERY, in dlm_pick_recovery_master() 2559 mlog(0, "%s: dlmlock($RECOVERY) returned %d, lksb=%d\n", in dlm_pick_recovery_master() 2563 mlog(0, "dlm=%s dlmlock says I got it (this=%u)\n", in dlm_pick_recovery_master() 2626 mlog(0, "dlm=%s dlmlock says another node got it (this=%u)\n", in dlm_pick_recovery_master() 2644 mlog(0, "dlm=%s dlmlock says master node died (this=%u)\n", in dlm_pick_recovery_master() 2650 /* dlmlock returned something other than NOTQUEUED or NORMAL */ in dlm_pick_recovery_master() 2651 mlog(ML_ERROR, "%s: got %s from dlmlock($RECOVERY), " in dlm_pick_recovery_master()
|