Home
last modified time | relevance | path

Searched refs:f2fs_printk (Results 1 – 2 of 2) sorted by relevance

/fs/f2fs/
Df2fs.h1830 void f2fs_printk(struct f2fs_sb_info *sbi, bool limit_rate, const char *fmt, ...);
1833 f2fs_printk(sbi, false, KERN_ERR fmt, ##__VA_ARGS__)
1835 f2fs_printk(sbi, false, KERN_WARNING fmt, ##__VA_ARGS__)
1837 f2fs_printk(sbi, false, KERN_NOTICE fmt, ##__VA_ARGS__)
1839 f2fs_printk(sbi, false, KERN_INFO fmt, ##__VA_ARGS__)
1841 f2fs_printk(sbi, false, KERN_DEBUG fmt, ##__VA_ARGS__)
1844 f2fs_printk(sbi, true, KERN_ERR fmt, ##__VA_ARGS__)
1846 f2fs_printk(sbi, true, KERN_WARNING fmt, ##__VA_ARGS__)
1848 f2fs_printk(sbi, true, KERN_INFO fmt, ##__VA_ARGS__)
Dsuper.c262 void f2fs_printk(struct f2fs_sb_info *sbi, bool limit_rate, in f2fs_printk() function