Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dlock_dlm.c675 if (!test_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags) || in gfs2_control_func()
676 test_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags)) { in gfs2_control_func()
822 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gfs2_control_func()
847 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount()
953 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount()
954 set_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags); in control_mount()
955 set_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags); in control_mount()
994 ls->ls_recover_flags); in control_mount()
1005 lvb_gen, ls->ls_recover_flags); in control_mount()
1014 lvb_gen, ls->ls_recover_flags); in control_mount()
[all …]
H A Dsys.c401 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags)) in block_show()
417 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
419 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
481 return sysfs_emit(buf, "%d\n", !!test_bit(DFL_FIRST_MOUNT_DONE, &ls->ls_recover_flags)); in first_done_show()
H A Dincore.h662 unsigned long ls_recover_flags; /* DFL_ */ member
H A Dglock.c1863 if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) { in gfs2_glock_complete()