Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_log_priv.h145 #define XLOG_IO_ERROR 0x8 /* log hit an I/O error, and being macro
546 #define XLOG_FORCED_SHUTDOWN(log) ((log)->l_flags & XLOG_IO_ERROR)
Dxfs_log.c3556 log->l_flags |= XLOG_IO_ERROR; in xfs_log_force_umount()