Searched refs:ls_recover_flags (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | lock_dlm.c | 315 if (test_bit(DFL_UNMOUNT, &ls->ls_recover_flags)) { in gdlm_put_lock() 649 if (!test_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags) || in gfs2_control_func() 650 test_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags)) { in gfs2_control_func() 796 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gfs2_control_func() 821 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 927 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 928 set_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags); in control_mount() 929 set_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags); in control_mount() 967 ls->ls_recover_flags); in control_mount() 978 lvb_gen, ls->ls_recover_flags); in control_mount() [all …]
|
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() 495 return sprintf(buf, "%d\n", !!test_bit(DFL_FIRST_MOUNT_DONE, &ls->ls_recover_flags)); in first_done_show()
|
H A D | incore.h | 663 unsigned long ls_recover_flags; /* DFL_ */ member
|
H A D | glock.c | 826 test_bit(DFL_UNMOUNT, &ls->ls_recover_flags)) { in do_xmote() 1953 if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) { in gfs2_glock_complete()
|