Searched refs:DFL_BLOCK_LOCKS (Results 1 – 4 of 4) sorted by relevance
/linux/fs/gfs2/ |
A D | lock_dlm.c | 779 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gfs2_control_func() 804 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 910 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 975 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 999 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags) || in control_first_done() 1133 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gdlm_recover_prep()
|
A D | sys.c | 399 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags)) in block_show() 415 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store() 417 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
|
A D | incore.h | 192 DFL_BLOCK_LOCKS = 0, enumerator
|
A D | glock.c | 1952 if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) { in gfs2_glock_complete()
|
Completed in 16 milliseconds