Home
last modified time | relevance | path

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

/Linux-v6.6/fs/gfs2/
Dlock_dlm.c303 if (test_bit(DFL_UNMOUNT, &ls->ls_recover_flags)) in gdlm_put_lock()
637 if (!test_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags) || in gfs2_control_func()
638 test_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags)) { in gfs2_control_func()
784 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gfs2_control_func()
809 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount()
915 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount()
916 set_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags); in control_mount()
917 set_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags); in control_mount()
955 ls->ls_recover_flags); in control_mount()
966 lvb_gen, ls->ls_recover_flags); in control_mount()
[all …]
Dsys.c409 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()
Dincore.h663 unsigned long ls_recover_flags; /* DFL_ */ member
Dglock.c1913 if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) { in gfs2_glock_complete()