Searched refs:f2fs_printk (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | f2fs.h | 2077 void f2fs_printk(struct f2fs_sb_info *sbi, const char *fmt, ...); 2080 f2fs_printk(sbi, KERN_ERR fmt, ##__VA_ARGS__) 2082 f2fs_printk(sbi, KERN_WARNING fmt, ##__VA_ARGS__) 2084 f2fs_printk(sbi, KERN_NOTICE fmt, ##__VA_ARGS__) 2086 f2fs_printk(sbi, KERN_INFO fmt, ##__VA_ARGS__) 2088 f2fs_printk(sbi, KERN_DEBUG fmt, ##__VA_ARGS__)
|
H A D | super.c | 248 void f2fs_printk(struct f2fs_sb_info *sbi, const char *fmt, ...) in f2fs_printk() function
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | f2fs.h | 2325 void f2fs_printk(struct f2fs_sb_info *sbi, const char *fmt, ...); 2328 f2fs_printk(sbi, KERN_ERR fmt, ##__VA_ARGS__) 2330 f2fs_printk(sbi, KERN_WARNING fmt, ##__VA_ARGS__) 2332 f2fs_printk(sbi, KERN_NOTICE fmt, ##__VA_ARGS__) 2334 f2fs_printk(sbi, KERN_INFO fmt, ##__VA_ARGS__) 2336 f2fs_printk(sbi, KERN_DEBUG fmt, ##__VA_ARGS__)
|
H A D | super.c | 251 void f2fs_printk(struct f2fs_sb_info *sbi, const char *fmt, ...) in f2fs_printk() function
|
Completed in 27 milliseconds