Searched refs:f2fs_printk (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | f2fs.h | 2113 void f2fs_printk(struct f2fs_sb_info *sbi, bool limit_rate, const char *fmt, ...); 2116 f2fs_printk(sbi, false, KERN_ERR fmt, ##__VA_ARGS__) 2118 f2fs_printk(sbi, false, KERN_WARNING fmt, ##__VA_ARGS__) 2120 f2fs_printk(sbi, false, KERN_NOTICE fmt, ##__VA_ARGS__) 2122 f2fs_printk(sbi, false, KERN_INFO fmt, ##__VA_ARGS__) 2124 f2fs_printk(sbi, false, KERN_DEBUG fmt, ##__VA_ARGS__) 2127 f2fs_printk(sbi, true, KERN_ERR fmt, ##__VA_ARGS__) 2129 f2fs_printk(sbi, true, KERN_WARNING fmt, ##__VA_ARGS__) 2131 f2fs_printk(sbi, true, KERN_INFO fmt, ##__VA_ARGS__)
|
| H A D | super.c | 440 void f2fs_printk(struct f2fs_sb_info *sbi, bool limit_rate, in f2fs_printk() function
|