Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_priv.h19 #define XLOG_IO_ERROR 0x8 /* log hit an I/O error, and being macro
445 (unlikely((log)->l_flags & XLOG_IO_ERROR))
H A Dxfs_log.c769 ASSERT(!error || (mp->m_log->l_flags & XLOG_IO_ERROR)); in xfs_log_mount_finish()
3760 log->l_flags |= XLOG_IO_ERROR; in xfs_log_force_umount()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_priv.h462 #define XLOG_IO_ERROR 2 /* log hit an I/O error, and being macro
481 return test_bit(XLOG_IO_ERROR, &log->l_opstate); in xlog_is_shutdown()
H A Dxfs_log.c3712 * b. the log gets atomically marked 'XLOG_IO_ERROR' for all interested
3762 if (test_and_set_bit(XLOG_IO_ERROR, &log->l_opstate)) { in xlog_force_shutdown()

Completed in 19 milliseconds