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

/linux-master/fs/xfs/
H A Dxfs_log_priv.h407 long l_opstate; /* operational state */ member in struct:xlog
470 return test_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate);
476 return test_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate);
482 return test_bit(XLOG_IO_ERROR, &log->l_opstate);
493 wait_var_event(&log->l_opstate, xlog_is_shutdown(log));
H A Dxfs_log.c733 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate);
822 clear_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate);
1543 set_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate);
3563 !test_and_set_bit(XLOG_TAIL_WARN, &log->l_opstate)) {
3569 !test_and_set_bit(XLOG_TAIL_WARN, &log->l_opstate)) {
3765 if (test_and_set_bit(XLOG_IO_ERROR, &log->l_opstate)) {
3810 wake_up_var(&log->l_opstate);
H A Dxfs_log_recover.c3367 clear_bit(XLOG_ACTIVE_RECOVERY, &log->l_opstate);
3451 set_bit(XLOG_RECOVERY_NEEDED, &log->l_opstate);

Completed in 128 milliseconds