Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Dlock_dlm.c300 if (test_bit(DFL_UNMOUNT, &ls->ls_recover_flags)) { in gdlm_put_lock()
629 if (!test_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags) || in gfs2_control_func()
630 test_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags)) { in gfs2_control_func()
776 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gfs2_control_func()
801 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount()
907 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount()
908 set_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags); in control_mount()
909 set_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags); in control_mount()
947 ls->ls_recover_flags); in control_mount()
958 lvb_gen, ls->ls_recover_flags); in control_mount()
[all …]
Dsys.c332 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags)) in block_show()
348 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
350 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store()
418 return sprintf(buf, "%d\n", !!test_bit(DFL_FIRST_MOUNT_DONE, &ls->ls_recover_flags)); in first_done_show()
Dincore.h687 unsigned long ls_recover_flags; /* DFL_ */ member
Dglock.c1733 if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) { in gfs2_glock_complete()