Searched refs:f2fs_printk (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | f2fs.h | 2335 void f2fs_printk(struct f2fs_sb_info *sbi, const char *fmt, ...); 2338 f2fs_printk(sbi, KERN_ERR fmt, ##__VA_ARGS__) 2340 f2fs_printk(sbi, KERN_WARNING fmt, ##__VA_ARGS__) 2342 f2fs_printk(sbi, KERN_NOTICE fmt, ##__VA_ARGS__) 2344 f2fs_printk(sbi, KERN_INFO fmt, ##__VA_ARGS__) 2346 f2fs_printk(sbi, KERN_DEBUG fmt, ##__VA_ARGS__)
|
| H A D | super.c | 239 void f2fs_printk(struct f2fs_sb_info *sbi, const char *fmt, ...) in f2fs_printk() function
|