Searched refs:dlmunlock (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | Makefile | 5 dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o
|
H A D | dlmapi.h | 114 /* Flags passed to dlmlock and dlmunlock: 175 enum dlm_status dlmunlock(struct dlm_ctxt *dlm,
|
H A D | dlmunlock.c | 5 * dlmunlock.c 110 mlog(ML_ERROR, "lockres %.*s: Someone is calling dlmunlock " in dlmunlock_common() 587 enum dlm_status dlmunlock(struct dlm_ctxt *dlm, struct dlm_lockstatus *lksb, in dlmunlock() function 697 EXPORT_SYMBOL_GPL(dlmunlock); variable
|
H A D | dlmrecovery.c | 381 /* callers of the top-level api calls (dlmlock/dlmunlock) should 2621 ret = dlmunlock(dlm, &lksb, 0, dlm_reco_unlock_ast, dlm); in dlm_pick_recovery_master() 2624 ret = dlmunlock(dlm, &lksb, LKM_CANCEL, dlm_reco_unlock_ast, dlm); in dlm_pick_recovery_master() 2633 mlog(ML_ERROR, "dlmunlock returned %d\n", ret); in dlm_pick_recovery_master()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | Makefile | 5 dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o
|
H A D | dlmapi.h | 112 /* Flags passed to dlmlock and dlmunlock: 173 enum dlm_status dlmunlock(struct dlm_ctxt *dlm,
|
H A D | dlmunlock.c | 3 * dlmunlock.c 108 mlog(ML_ERROR, "lockres %.*s: Someone is calling dlmunlock " in dlmunlock_common() 584 enum dlm_status dlmunlock(struct dlm_ctxt *dlm, struct dlm_lockstatus *lksb, in dlmunlock() function 694 EXPORT_SYMBOL_GPL(dlmunlock); variable
|
H A D | dlmrecovery.c | 372 /* callers of the top-level api calls (dlmlock/dlmunlock) should 2612 ret = dlmunlock(dlm, &lksb, 0, dlm_reco_unlock_ast, dlm); in dlm_pick_recovery_master() 2615 ret = dlmunlock(dlm, &lksb, LKM_CANCEL, dlm_reco_unlock_ast, dlm); in dlm_pick_recovery_master() 2624 mlog(ML_ERROR, "dlmunlock returned %d\n", ret); in dlm_pick_recovery_master()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | stack_o2cb.c | 220 status = dlmunlock(conn->cc_lockspace, &lksb->lksb_o2dlm, in o2cb_dlm_unlock()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | stack_o2cb.c | 218 status = dlmunlock(conn->cc_lockspace, &lksb->lksb_o2dlm, in o2cb_dlm_unlock()
|
Completed in 13 milliseconds