Searched refs:DFL_BLOCK_LOCKS (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
D | lock_dlm.c | 744 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gfs2_control_func() 769 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 868 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 926 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 950 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags) || in control_first_done() 1079 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gdlm_recover_prep()
|
D | sys.c | 318 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags)) in block_show() 333 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store() 335 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
|
D | incore.h | 196 DFL_BLOCK_LOCKS = 0, enumerator
|
D | glock.c | 1320 if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) { in gfs2_glock_complete()
|