Home
last modified time | relevance | path

Searched refs:xfs_emerg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_message.h18 #define xfs_emerg(mp, fmt, ...) \ macro
62 xfs_printk_ratelimited(xfs_emerg, dev, fmt, ##__VA_ARGS__)
H A Dxfs_message.c99 xfs_emerg(mp, "Assertion failed: %s, file: %s, line: %d", in assfail()
H A Dxfs_log.c3587 xfs_emerg(log->l_mp, "%s: ran out of log space", __func__); in xlog_verify_tail_lsn()
3592 xfs_emerg(log->l_mp, "%s: tail wrapped", __func__); in xlog_verify_tail_lsn()
3596 xfs_emerg(log->l_mp, "%s: ran out of log space", __func__); in xlog_verify_tail_lsn()
3637 xfs_emerg(log->l_mp, "%s: corrupt iclog ring", __func__); in xlog_verify_iclog()
3642 xfs_emerg(log->l_mp, "%s: invalid magic num", __func__); in xlog_verify_iclog()
3648 xfs_emerg(log->l_mp, "%s: unexpected magic num", in xlog_verify_iclog()
/openbmc/linux/fs/xfs/scrub/
H A Dfscounters.c201 xfs_emerg(sc->mp, "still frozen after scrub, err=%d", error); in xchk_fscounters_cleanup()