Searched refs:l_opstate (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log_priv.h | 407 long l_opstate; /* operational state */ member 469 return test_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate); in xlog_recovery_needed() 475 return test_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_in_recovery() 481 return test_bit(XLOG_IO_ERROR, &log->l_opstate); in xlog_is_shutdown() 492 wait_var_event(&log->l_opstate, xlog_is_shutdown(log)); in xlog_shutdown_wait()
|
H A D | xfs_log.c | 733 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xfs_log_mount() 822 clear_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate); in xfs_log_mount_finish() 1543 set_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_alloc_log() 3560 !test_and_set_bit(XLOG_TAIL_WARN, &log->l_opstate)) { in xlog_verify_grant_tail() 3566 !test_and_set_bit(XLOG_TAIL_WARN, &log->l_opstate)) { in xlog_verify_grant_tail() 3762 if (test_and_set_bit(XLOG_IO_ERROR, &log->l_opstate)) { in xlog_force_shutdown() 3807 wake_up_var(&log->l_opstate); in xlog_force_shutdown()
|
H A D | xfs_log_recover.c | 3343 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate); in xlog_do_recover() 3427 set_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate); in xlog_recover()
|
Completed in 10 milliseconds