Searched refs:DFL_BLOCK_LOCKS (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/gfs2/ |
D | lock_dlm.c | 745 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gfs2_control_func() 770 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 876 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 941 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 965 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags) || in control_first_done() 1095 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gdlm_recover_prep()
|
D | sys.c | 333 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags)) in block_show() 349 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store() 351 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
|
D | incore.h | 215 DFL_BLOCK_LOCKS = 0, enumerator
|
D | glock.c | 1406 if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) { in gfs2_glock_complete()
|