Searched refs:f2fs_printk (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/f2fs/ |
| H A D | f2fs.h | 1868 void f2fs_printk(struct f2fs_sb_info *sbi, bool limit_rate, const char *fmt, ...); 1871 f2fs_printk(sbi, false, KERN_ERR fmt, ##__VA_ARGS__) 1873 f2fs_printk(sbi, false, KERN_WARNING fmt, ##__VA_ARGS__) 1875 f2fs_printk(sbi, false, KERN_NOTICE fmt, ##__VA_ARGS__) 1877 f2fs_printk(sbi, false, KERN_INFO fmt, ##__VA_ARGS__) 1879 f2fs_printk(sbi, false, KERN_DEBUG fmt, ##__VA_ARGS__) 1882 f2fs_printk(sbi, true, KERN_ERR fmt, ##__VA_ARGS__) 1884 f2fs_printk(sbi, true, KERN_WARNING fmt, ##__VA_ARGS__) 1886 f2fs_printk(sbi, true, KERN_INFO fmt, ##__VA_ARGS__)
|
| H A D | super.c | 278 void f2fs_printk(struct f2fs_sb_info *sbi, bool limit_rate, in f2fs_printk() function
|