Home
last modified time | relevance | path

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

/openbmc/linux/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); in xlog_is_shutdown()
H A Dxfs_log.c3763 if (test_and_set_bit(XLOG_IO_ERROR, &log->l_opstate)) { in xlog_force_shutdown()