xfs_emerg        3720 fs/xfs/xfs_log.c 		xfs_emerg(log->l_mp, "%s: invalid ptr", __func__);
xfs_emerg        3773 fs/xfs/xfs_log.c 		xfs_emerg(log->l_mp, "%s: ran out of log space", __func__);
xfs_emerg        3778 fs/xfs/xfs_log.c 		xfs_emerg(log->l_mp, "%s: tail wrapped", __func__);
xfs_emerg        3782 fs/xfs/xfs_log.c 		xfs_emerg(log->l_mp, "%s: ran out of log space", __func__);
xfs_emerg        3823 fs/xfs/xfs_log.c 		xfs_emerg(log->l_mp, "%s: corrupt iclog ring", __func__);
xfs_emerg        3828 fs/xfs/xfs_log.c 		xfs_emerg(log->l_mp, "%s: invalid magic num", __func__);
xfs_emerg        3834 fs/xfs/xfs_log.c 			xfs_emerg(log->l_mp, "%s: unexpected magic num",
xfs_emerg          51 fs/xfs/xfs_message.c define_xfs_printk_level(xfs_emerg, KERN_EMERG);
xfs_emerg          99 fs/xfs/xfs_message.c 	xfs_emerg(NULL, "Assertion failed: %s, file: %s, line: %d",
xfs_emerg           8 fs/xfs/xfs_message.h void xfs_emerg(const struct xfs_mount *mp, const char *fmt, ...);
xfs_emerg          44 fs/xfs/xfs_message.h 	xfs_printk_ratelimited(xfs_emerg, dev, fmt, ##__VA_ARGS__)