Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_priv.h422 long l_opstate; /* operational state */ member
480 return test_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate); in xlog_recovery_needed()
486 return test_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_in_recovery()
492 return test_bit(XLOG_IO_ERROR, &log->l_opstate); in xlog_is_shutdown()
503 wait_var_event(&log->l_opstate, xlog_is_shutdown(log)); in xlog_shutdown_wait()
H A Dxfs_log.c636 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xfs_log_mount()
725 clear_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate); in xfs_log_mount_finish()
1355 set_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_alloc_log()
3358 if (test_and_set_bit(XLOG_SHUTDOWN_STARTED, &log->l_opstate)) in xlog_force_shutdown()
3391 if (test_and_set_bit(XLOG_IO_ERROR, &log->l_opstate)) { in xlog_force_shutdown()
3437 wake_up_var(&log->l_opstate); in xlog_force_shutdown()
H A Dxfs_log_recover.c3419 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_do_recover()
3503 set_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate); in xlog_recover()