Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_log_priv.h458 #define XLOG_IO_ERROR 2 /* log hit an I/O error, and being macro
477 return test_bit(XLOG_IO_ERROR, &log->l_opstate); in xlog_is_shutdown()
Dxfs_log.c3779 if (test_and_set_bit(XLOG_IO_ERROR, &log->l_opstate)) { in xlog_force_shutdown()