Searched refs:ls_recover_flags (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/gfs2/ |
A D | lock_dlm.c | 310 if (test_bit(DFL_UNMOUNT, &ls->ls_recover_flags)) { in gdlm_put_lock() 817 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in control_mount() 924 set_bit(DFL_MOUNT_DONE, &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() 983 lvb_gen, ls->ls_recover_flags); in control_mount() 989 set_bit(DFL_MOUNT_DONE, &ls->ls_recover_flags); in control_mount() 1146 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in gdlm_recover_prep() 1278 ls->ls_recover_flags = 0; in gdlm_mount() 1326 set_bit(DFL_NO_DLM_OPS, &ls->ls_recover_flags); in gdlm_mount() [all …]
|
A D | sys.c | 401 if (test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags)) in block_show() 417 set_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store() 419 clear_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags); in block_store() 487 return sprintf(buf, "%d\n", !!test_bit(DFL_FIRST_MOUNT_DONE, &ls->ls_recover_flags)); in first_done_show()
|
A D | incore.h | 667 unsigned long ls_recover_flags; /* DFL_ */ member
|
A D | glock.c | 1920 if (unlikely(test_bit(DFL_BLOCK_LOCKS, &ls->ls_recover_flags))) { in gfs2_glock_complete()
|
Completed in 17 milliseconds