Searched refs:xfs_info (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_message.h | 30 #define xfs_info(mp, fmt, ...) \ macro 74 xfs_printk_ratelimited(xfs_info, dev, fmt, ##__VA_ARGS__) 89 xfs_printk_once(xfs_info, dev, fmt, ##__VA_ARGS__)
|
H A D | xfs_discard.c | 125 xfs_info(mp, in xfs_discard_extents()
|
H A D | xfs_qm_syscalls.c | 40 xfs_info(mp, "disabling of quota accounting not supported."); in xfs_qm_scall_quotaoff()
|
H A D | xfs_icache.c | 1455 xfs_info(mp, "AG %u preallocation gc worker failed, err=%d", in xfs_blockgc_worker()
|
H A D | xfs_super.c | 1727 xfs_info(mp, "using DEBUG-only always_cow mode."); in xfs_fs_fill_super()
|
H A D | xfs_log.c | 818 xfs_info(mp, "Ending clean mount"); in xfs_log_mount_finish()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_message.h | 22 void xfs_info(const struct xfs_mount *mp, const char *fmt, ...); 68 xfs_printk_ratelimited(xfs_info, dev, fmt, ##__VA_ARGS__)
|
H A D | xfs_message.c | 57 define_xfs_printk_level(xfs_info, KERN_INFO);
|
H A D | xfs_log_cil.c | 550 xfs_info(mp, in xlog_discard_busy_extents()
|
H A D | xfs_super.c | 1589 xfs_info(mp, "using DEBUG-only always_cow mode."); in xfs_fc_fill_super()
|
H A D | xfs_log_recover.c | 3491 xfs_info(log->l_mp, "Ending clean mount"); in xlog_recover_finish()
|
Completed in 19 milliseconds