Searched refs:xfs_emerg (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_message.h | 18 #define xfs_emerg(mp, fmt, ...) \ macro 62 xfs_printk_ratelimited(xfs_emerg, dev, fmt, ##__VA_ARGS__)
|
A D | xfs_message.c | 99 xfs_emerg(mp, "Assertion failed: %s, file: %s, line: %d", in assfail()
|
A D | xfs_log.c | 3619 xfs_emerg(log->l_mp, "%s: ran out of log space", __func__); in xlog_verify_tail_lsn() 3624 xfs_emerg(log->l_mp, "%s: tail wrapped", __func__); in xlog_verify_tail_lsn() 3628 xfs_emerg(log->l_mp, "%s: ran out of log space", __func__); in xlog_verify_tail_lsn() 3669 xfs_emerg(log->l_mp, "%s: corrupt iclog ring", __func__); in xlog_verify_iclog() 3674 xfs_emerg(log->l_mp, "%s: invalid magic num", __func__); in xlog_verify_iclog() 3680 xfs_emerg(log->l_mp, "%s: unexpected magic num", in xlog_verify_iclog()
|
Completed in 9 milliseconds