Searched refs:XLOG_STATE_IOERROR (Results 1 – 2 of 2) sorted by relevance
557 abortflg = (iclog->ic_state & XLOG_STATE_IOERROR); in xfs_log_notify()945 if (!(iclog->ic_state & XLOG_STATE_IOERROR)) { in xfs_log_unmount_write()980 || iclog->ic_state == XLOG_STATE_IOERROR) ) { in xfs_log_unmount_write()1278 } else if (iclog->ic_state & XLOG_STATE_IOERROR) { in xlog_iodone()1789 if (iclog->ic_state & XLOG_STATE_IOERROR) { in xlog_bdstrat()2751 if (!(iclog->ic_state & XLOG_STATE_IOERROR)) { in xlog_state_do_callback()2854 if (!(iclog->ic_state & XLOG_STATE_IOERROR)) in xlog_state_do_callback()2907 iclog->ic_state == XLOG_STATE_IOERROR ) in xlog_state_do_callback()2914 if (log->l_iclog->ic_state & (XLOG_STATE_ACTIVE|XLOG_STATE_IOERROR)) in xlog_state_do_callback()2946 iclog->ic_state == XLOG_STATE_IOERROR); in xlog_state_done_syncing()[all …]
52 #define XLOG_STATE_IOERROR 0x0080 /* IO error happened in sync'ing log */ macro