Searched refs:XLOG_STATE_IOERROR (Results 1 – 2 of 2) sorted by relevance
527 abortflg = (iclog->ic_state & XLOG_STATE_IOERROR); in xfs_log_notify()700 if (!(iclog->ic_state & XLOG_STATE_IOERROR)) { in xfs_log_unmount_write()795 || iclog->ic_state == XLOG_STATE_IOERROR) ) { in xfs_log_unmount_write()1020 } else if (iclog->ic_state & XLOG_STATE_IOERROR) { in xlog_iodone()1373 if (iclog->ic_state & XLOG_STATE_IOERROR) { in xlog_bdstrat()2279 if (!(iclog->ic_state & XLOG_STATE_IOERROR)) { in xlog_state_do_callback()2369 if (!(iclog->ic_state & XLOG_STATE_IOERROR)) in xlog_state_do_callback()2414 iclog->ic_state == XLOG_STATE_IOERROR ) in xlog_state_do_callback()2421 if (log->l_iclog->ic_state & (XLOG_STATE_ACTIVE|XLOG_STATE_IOERROR)) in xlog_state_do_callback()2453 iclog->ic_state == XLOG_STATE_IOERROR); in xlog_state_done_syncing()[all …]
101 #define XLOG_STATE_IOERROR 0x0080 /* IO error happened in sync'ing log */ macro