Searched refs:DLM_LOCK_RES_IN_PROGRESS (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmconvert.c | 72 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlmconvert_master() 77 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlmconvert_master() 247 * taken: takes and drops res->spinlock, uses DLM_LOCK_RES_IN_PROGRESS 258 lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS); in dlmconvert_remote() 294 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlmconvert_remote() 321 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlmconvert_remote() 521 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlm_convert_lock_handler() 525 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlm_convert_lock_handler()
|
H A D | dlmunlock.c | 117 if (res->state & DLM_LOCK_RES_IN_PROGRESS) { in dlmunlock_common() 125 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlmunlock_common() 227 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlmunlock_common()
|
H A D | dlmthread.c | 358 DLM_LOCK_RES_IN_PROGRESS))); in dlm_shuffle_lists() 734 !!(res->state & DLM_LOCK_RES_IN_PROGRESS), in dlm_thread() 745 if (res->state & (DLM_LOCK_RES_IN_PROGRESS | in dlm_thread()
|
H A D | dlmcommon.h | 265 #define DLM_LOCK_RES_IN_PROGRESS 0x00000010 macro 794 else if (res->state & DLM_LOCK_RES_IN_PROGRESS) in __dlm_lockres_state_to_status() 1009 __dlm_wait_on_lockres_flags(res, (DLM_LOCK_RES_IN_PROGRESS| in __dlm_wait_on_lockres()
|
H A D | dlmlock.c | 220 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlmlock_remote() 233 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlmlock_remote() 280 * caller needs: none, but need res->state & DLM_LOCK_RES_IN_PROGRESS
|
H A D | dlmmaster.c | 568 res->state = DLM_LOCK_RES_IN_PROGRESS; in dlm_init_lockres() 988 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlm_get_lock_resource() 1492 if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) { in dlm_master_request_handler() 1878 if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) { in dlm_assert_master_handler()
|
H A D | dlmrecovery.c | 1488 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlm_mig_lockres_handler()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmconvert.c | 70 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlmconvert_master() 75 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlmconvert_master() 245 * taken: takes and drops res->spinlock, uses DLM_LOCK_RES_IN_PROGRESS 256 lock->ml.convert_type, res->state & DLM_LOCK_RES_IN_PROGRESS); in dlmconvert_remote() 292 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlmconvert_remote() 319 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlmconvert_remote() 519 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlm_convert_lock_handler() 523 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlm_convert_lock_handler()
|
H A D | dlmunlock.c | 115 if (res->state & DLM_LOCK_RES_IN_PROGRESS) { in dlmunlock_common() 123 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlmunlock_common() 225 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlmunlock_common()
|
H A D | dlmcommon.h | 260 #define DLM_LOCK_RES_IN_PROGRESS 0x00000010 macro 789 else if (res->state & DLM_LOCK_RES_IN_PROGRESS) in __dlm_lockres_state_to_status() 1003 __dlm_wait_on_lockres_flags(res, (DLM_LOCK_RES_IN_PROGRESS| in __dlm_wait_on_lockres()
|
H A D | dlmthread.c | 356 DLM_LOCK_RES_IN_PROGRESS))); in dlm_shuffle_lists() 732 !!(res->state & DLM_LOCK_RES_IN_PROGRESS), in dlm_thread() 743 if (res->state & (DLM_LOCK_RES_IN_PROGRESS | in dlm_thread()
|
H A D | dlmlock.c | 218 res->state |= DLM_LOCK_RES_IN_PROGRESS; in dlmlock_remote() 231 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlmlock_remote() 278 * caller needs: none, but need res->state & DLM_LOCK_RES_IN_PROGRESS
|
H A D | dlmmaster.c | 566 res->state = DLM_LOCK_RES_IN_PROGRESS; in dlm_init_lockres() 986 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlm_get_lock_resource() 1490 if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) { in dlm_master_request_handler() 1876 if (!(res->state & DLM_LOCK_RES_IN_PROGRESS)) { in dlm_assert_master_handler()
|
H A D | dlmrecovery.c | 1479 res->state &= ~DLM_LOCK_RES_IN_PROGRESS; in dlm_mig_lockres_handler()
|
Completed in 25 milliseconds