Searched refs:f2fs_printk (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/f2fs/ |
| D | f2fs.h | 1828 void f2fs_printk(struct f2fs_sb_info *sbi, const char *fmt, ...); 1831 f2fs_printk(sbi, KERN_ERR fmt, ##__VA_ARGS__) 1833 f2fs_printk(sbi, KERN_WARNING fmt, ##__VA_ARGS__) 1835 f2fs_printk(sbi, KERN_NOTICE fmt, ##__VA_ARGS__) 1837 f2fs_printk(sbi, KERN_INFO fmt, ##__VA_ARGS__) 1839 f2fs_printk(sbi, KERN_DEBUG fmt, ##__VA_ARGS__)
|
| D | super.c | 209 void f2fs_printk(struct f2fs_sb_info *sbi, const char *fmt, ...) in f2fs_printk() function
|