Searched refs:__dlm_wait_on_lockres_flags (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmthread.c | 44 void __dlm_wait_on_lockres_flags(struct dlm_lock_resource *res, int flags) in __dlm_wait_on_lockres_flags() function 221 __dlm_wait_on_lockres_flags(res, DLM_LOCK_RES_SETREF_INPROG); in dlm_purge_lockres()
|
H A D | dlmcommon.h | 1004 void __dlm_wait_on_lockres_flags(struct dlm_lock_resource *res, int flags); 1009 __dlm_wait_on_lockres_flags(res, (DLM_LOCK_RES_IN_PROGRESS| in __dlm_wait_on_lockres()
|
H A D | dlmunlock.c | 243 __dlm_wait_on_lockres_flags(res, DLM_LOCK_RES_RECOVERING); in dlmunlock_common()
|
H A D | dlmmaster.c | 756 __dlm_wait_on_lockres_flags(tmpres, in dlm_get_lock_resource() 2454 __dlm_wait_on_lockres_flags(res, DLM_LOCK_RES_SETREF_INPROG); in dlm_deref_lockres_worker()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmcommon.h | 998 void __dlm_wait_on_lockres_flags(struct dlm_lock_resource *res, int flags); 1003 __dlm_wait_on_lockres_flags(res, (DLM_LOCK_RES_IN_PROGRESS| in __dlm_wait_on_lockres()
|
H A D | dlmthread.c | 42 void __dlm_wait_on_lockres_flags(struct dlm_lock_resource *res, int flags) in __dlm_wait_on_lockres_flags() function 219 __dlm_wait_on_lockres_flags(res, DLM_LOCK_RES_SETREF_INPROG); in dlm_purge_lockres()
|
H A D | dlmunlock.c | 241 __dlm_wait_on_lockres_flags(res, DLM_LOCK_RES_RECOVERING); in dlmunlock_common()
|
H A D | dlmmaster.c | 754 __dlm_wait_on_lockres_flags(tmpres, in dlm_get_lock_resource() 2452 __dlm_wait_on_lockres_flags(res, DLM_LOCK_RES_SETREF_INPROG); in dlm_deref_lockres_worker()
|
Completed in 16 milliseconds