Searched refs:XLOG_STATE_IOERROR (Results 1 – 2 of 2) sorted by relevance
571 abortflg = (iclog->ic_state & XLOG_STATE_IOERROR); in xfs_log_notify()818 if (!(iclog->ic_state & XLOG_STATE_IOERROR)) { in xfs_log_unmount_write()913 || iclog->ic_state == XLOG_STATE_IOERROR) ) { in xfs_log_unmount_write()1204 } else if (iclog->ic_state & XLOG_STATE_IOERROR) { in xlog_iodone()1714 if (iclog->ic_state & XLOG_STATE_IOERROR) { in xlog_bdstrat()2667 if (!(iclog->ic_state & XLOG_STATE_IOERROR)) { in xlog_state_do_callback()2770 if (!(iclog->ic_state & XLOG_STATE_IOERROR)) in xlog_state_do_callback()2815 iclog->ic_state == XLOG_STATE_IOERROR ) in xlog_state_do_callback()2822 if (log->l_iclog->ic_state & (XLOG_STATE_ACTIVE|XLOG_STATE_IOERROR)) in xlog_state_do_callback()2854 iclog->ic_state == XLOG_STATE_IOERROR); in xlog_state_done_syncing()[all …]
64 #define XLOG_STATE_IOERROR 0x0080 /* IO error happened in sync'ing log */ macro