Searched refs:xfs_emerg (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_message.c | 51 define_xfs_printk_level(xfs_emerg, KERN_EMERG); 107 xfs_emerg(mp, "Assertion failed: %s, file: %s, line: %d", in assfail()
|
H A D | xfs_message.h | 8 void xfs_emerg(const struct xfs_mount *mp, const char *fmt, ...); 56 xfs_printk_ratelimited(xfs_emerg, dev, fmt, ##__VA_ARGS__)
|
H A D | xfs_log.c | 3492 xfs_emerg(log->l_mp, "%s: invalid ptr", __func__); in xlog_verify_dest_ptr() 3545 xfs_emerg(log->l_mp, "%s: ran out of log space", __func__); in xlog_verify_tail_lsn() 3550 xfs_emerg(log->l_mp, "%s: tail wrapped", __func__); in xlog_verify_tail_lsn() 3554 xfs_emerg(log->l_mp, "%s: ran out of log space", __func__); in xlog_verify_tail_lsn() 3595 xfs_emerg(log->l_mp, "%s: corrupt iclog ring", __func__); in xlog_verify_iclog() 3600 xfs_emerg(log->l_mp, "%s: invalid magic num", __func__); in xlog_verify_iclog() 3606 xfs_emerg(log->l_mp, "%s: unexpected magic num", in xlog_verify_iclog()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_message.h | 18 #define xfs_emerg(mp, fmt, ...) \ macro 62 xfs_printk_ratelimited(xfs_emerg, dev, fmt, ##__VA_ARGS__)
|
H A D | xfs_message.c | 99 xfs_emerg(mp, "Assertion failed: %s, file: %s, line: %d", in assfail()
|
H A D | xfs_log.c | 3586 xfs_emerg(log->l_mp, "%s: ran out of log space", __func__); in xlog_verify_tail_lsn() 3591 xfs_emerg(log->l_mp, "%s: tail wrapped", __func__); in xlog_verify_tail_lsn() 3595 xfs_emerg(log->l_mp, "%s: ran out of log space", __func__); in xlog_verify_tail_lsn() 3636 xfs_emerg(log->l_mp, "%s: corrupt iclog ring", __func__); in xlog_verify_iclog() 3641 xfs_emerg(log->l_mp, "%s: invalid magic num", __func__); in xlog_verify_iclog() 3647 xfs_emerg(log->l_mp, "%s: unexpected magic num", in xlog_verify_iclog()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | fscounters.c | 201 xfs_emerg(sc->mp, "still frozen after scrub, err=%d", error); in xchk_fscounters_cleanup()
|
Completed in 10 milliseconds