Home
last modified time | relevance | path

Searched refs:ls_recover_flags (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/gfs2/
Dlock_dlm.c299 if (test_bit(DFL_UNMOUNT, &ls->ls_recover_flags)) { in gdlm_put_lock()
598 if (!test_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags) || in gfs2_control_func()
599 test_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags)) { in gfs2_control_func()
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()
877 set_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags); in control_mount()
878 set_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags); in control_mount()
916 ls->ls_recover_flags); in control_mount()
927 lvb_gen, ls->ls_recover_flags); in control_mount()
[all …]
Dsys.c333 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()
419 return sprintf(buf, "%d\n", !!test_bit(DFL_FIRST_MOUNT_DONE, &ls->ls_recover_flags)); in first_done_show()
Dincore.h684 unsigned long ls_recover_flags; /* DFL_ */ member
Dglock.c1406 if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) { in gfs2_glock_complete()