Searched refs:f2fs_printk (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | f2fs.h | 1825 void f2fs_printk(struct f2fs_sb_info *sbi, bool limit_rate, const char *fmt, ...); 1828 f2fs_printk(sbi, false, KERN_ERR fmt, ##__VA_ARGS__) 1830 f2fs_printk(sbi, false, KERN_WARNING fmt, ##__VA_ARGS__) 1832 f2fs_printk(sbi, false, KERN_NOTICE fmt, ##__VA_ARGS__) 1834 f2fs_printk(sbi, false, KERN_INFO fmt, ##__VA_ARGS__) 1836 f2fs_printk(sbi, false, KERN_DEBUG fmt, ##__VA_ARGS__) 1839 f2fs_printk(sbi, true, KERN_ERR fmt, ##__VA_ARGS__) 1841 f2fs_printk(sbi, true, KERN_WARNING fmt, ##__VA_ARGS__) 1843 f2fs_printk(sbi, true, KERN_INFO fmt, ##__VA_ARGS__)
|
H A D | super.c | 259 void f2fs_printk(struct f2fs_sb_info *sbi, bool limit_rate, in f2fs_printk() function
|