Searched refs:DFL_BLOCK_LOCKS (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/gfs2/ |
| H A D | lock_dlm.c | 833 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gfs2_control_func() 858 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 964 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 1029 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 1053 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags) || in control_first_done() 1187 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gdlm_recover_prep()
|
| H A D | sys.c | 409 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags)) in block_show() 425 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store() 427 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
|
| H A D | incore.h | 192 DFL_BLOCK_LOCKS = 0, enumerator
|
| H A D | glock.c | 1930 if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) { in gfs2_glock_complete()
|