Home
last modified time | relevance | path

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

/linux-5.19.10/fs/gfs2/
Dlock_dlm.c310 if (test_bit(DFL_UNMOUNT, &ls->ls_recover_flags)) { in gdlm_put_lock()
645 if (!test_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags) || in gfs2_control_func()
646 test_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags)) { in gfs2_control_func()
792 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gfs2_control_func()
817 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount()
923 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount()
924 set_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags); in control_mount()
925 set_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags); in control_mount()
963 ls->ls_recover_flags); in control_mount()
974 lvb_gen, ls->ls_recover_flags); in control_mount()
[all …]
Dsys.c399 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()
485 return sprintf(buf, "%d\n", !!test_bit(DFL_FIRST_MOUNT_DONE, &ls->ls_recover_flags)); in first_done_show()
Dincore.h665 unsigned long ls_recover_flags; /* DFL_ */ member
Dglock.c1962 if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) { in gfs2_glock_complete()