Home
last modified time | relevance | path

Searched refs:XLOG_STATE_IOERROR (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_log.c927 if (!(iclog->ic_state & XLOG_STATE_IOERROR)) { in xfs_log_unmount_write()
962 || iclog->ic_state == XLOG_STATE_IOERROR) ) { in xfs_log_unmount_write()
1257 } else if (iclog->ic_state & XLOG_STATE_IOERROR) { in xlog_ioend_work()
1730 if (unlikely(iclog->ic_state & XLOG_STATE_IOERROR)) { in xlog_write_iclog()
2551 if (!(dirty_iclog->ic_state & XLOG_STATE_IOERROR)) in xlog_state_clean_iclog()
2718 if (iclog->ic_state & XLOG_STATE_IOERROR) { in xlog_state_iodone_process_iclog()
2828 iclog->ic_state == XLOG_STATE_IOERROR ) in xlog_state_callback_check_state()
2873 (XLOG_STATE_CALLBACK | XLOG_STATE_IOERROR))) { in xlog_state_do_callback()
2903 if (log->l_iclog->ic_state & (XLOG_STATE_ACTIVE|XLOG_STATE_IOERROR)) in xlog_state_do_callback()
2933 iclog->ic_state == XLOG_STATE_IOERROR); in xlog_state_done_syncing()
[all …]
Dxfs_log_priv.h51 #define XLOG_STATE_IOERROR 0x0080 /* IO error happened in sync'ing log */ macro
Dxfs_log_cil.c850 if (commit_iclog->ic_state & XLOG_STATE_IOERROR) { in xlog_cil_push()