Searched refs:XLOG_IO_ERROR (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_log_priv.h463 #define XLOG_IO_ERROR 2 /* log hit an I/O error, and being macro
482 return test_bit(XLOG_IO_ERROR, &log->l_opstate);
H A Dxfs_log.c3715 * b. the log gets atomically marked 'XLOG_IO_ERROR' for all interested
3765 if (test_and_set_bit(XLOG_IO_ERROR, &log->l_opstate)) {

Completed in 158 milliseconds