Searched refs:ls_recover_flags (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/gfs2/ |
| H A D | lock_dlm.c | 858 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 965 set_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags); in control_mount() 966 set_bit(DFL_FIRST_MOUNT, &ls->ls_recover_flags); in control_mount() 1004 ls->ls_recover_flags); in control_mount() 1015 lvb_gen, ls->ls_recover_flags); in control_mount() 1024 lvb_gen, ls->ls_recover_flags); in control_mount() 1030 set_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags); in control_mount() 1187 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gdlm_recover_prep() 1319 ls->ls_recover_flags = 0; in gdlm_mount() 1367 set_bit(DFL_NO_DLM_OPS, &ls->ls_recover_flags); in gdlm_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 | 822 test_bit(DFL_UNMOUNT, &ls->ls_recover_flags)) { in do_xmote() 1930 if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) { in gfs2_glock_complete()
|