Searched refs:dlmlock (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A DMakefile6 dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o dlmver.o
H A Ddlmapi.h129 /* Flags passed to dlmlock and dlmunlock:
180 enum dlm_status dlmlock(struct dlm_ctxt *dlm,
H A Ddlmlock.c4 * dlmlock.c
546 enum dlm_status dlmlock(struct dlm_ctxt *dlm, int mode, function
744 EXPORT_SYMBOL_GPL(dlmlock); variable
H A Duserdlm.c363 status = dlmlock(dlm,
373 user_log_dlm_error("dlmlock", status, lockres);
472 status = dlmlock(dlm,
486 user_log_dlm_error("dlmlock", status, lockres);
H A Ddlmrecovery.c404 /* callers of the top-level api calls (dlmlock/dlmunlock) should
2390 * dlmlock() on the special "$RECOVERY" lockres with the
2411 ret = dlmlock(dlm, LKM_EXMODE, &lksb, LKM_NOQUEUE|LKM_RECOVERY,
2415 mlog(0, "%s: dlmlock($RECOVERY) returned %d, lksb=%d\n",
2419 mlog(0, "dlm=%s dlmlock says I got it (this=%u)\n",
2482 mlog(0, "dlm=%s dlmlock says another node got it (this=%u)\n",
2500 mlog(0, "dlm=%s dlmlock says master node died (this=%u)\n",
2506 /* dlmlock returned something other than NOTQUEUED or NORMAL */
2507 mlog(ML_ERROR, "%s: got %s from dlmlock($RECOVERY), "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Ddlmglue.c830 status = dlmlock(osb->dlm,
840 ocfs2_log_dlm_error("dlmlock", status, lockres);
845 mlog(0, "lock %s, successfull return from dlmlock\n", lockres->l_name);
1023 status = dlmlock(osb->dlm,
1037 ocfs2_log_dlm_error("dlmlock", status,
1045 mlog(0, "lock %s, successfull return from dlmlock\n",
2645 status = dlmlock(osb->dlm,
2655 ocfs2_log_dlm_error("dlmlock", status, lockres);

Completed in 116 milliseconds