Home
last modified time | relevance | path

Searched refs:l_opstate (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/xfs/
A Dxfs_log_priv.h403 long l_opstate; /* operational state */ member
465 return test_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate); in xlog_recovery_needed()
471 return test_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_in_recovery()
477 return test_bit(XLOG_IO_ERROR, &log->l_opstate); in xlog_is_shutdown()
488 wait_var_event(&log->l_opstate, xlog_is_shutdown(log)); in xlog_shutdown_wait()
A Dxfs_log.c758 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xfs_log_mount()
854 clear_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate); in xfs_log_mount_finish()
1577 set_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_alloc_log()
3593 !test_and_set_bit(XLOG_TAIL_WARN, &log->l_opstate)) { in xlog_verify_grant_tail()
3599 !test_and_set_bit(XLOG_TAIL_WARN, &log->l_opstate)) { in xlog_verify_grant_tail()
3795 if (test_and_set_bit(XLOG_IO_ERROR, &log->l_opstate)) { in xlog_force_shutdown()
3840 wake_up_var(&log->l_opstate); in xlog_force_shutdown()
A Dxfs_log_recover.c3344 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_do_recover()
3428 set_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate); in xlog_recover()

Completed in 16 milliseconds