Searched refs:f2fs_msg (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/f2fs/ |
D | super.c | 239 void f2fs_msg(struct super_block *sb, const char *level, const char *fmt, ...) in f2fs_msg() function 322 f2fs_msg(sb, KERN_INFO, in parse_options() 326 f2fs_msg(sb, KERN_INFO, in parse_options() 330 f2fs_msg(sb, KERN_INFO, in parse_options() 343 f2fs_msg(sb, KERN_INFO, "acl options not supported"); in parse_options() 346 f2fs_msg(sb, KERN_INFO, "noacl options not supported"); in parse_options() 381 f2fs_msg(sb, KERN_ERR, in parse_options() 730 f2fs_msg(sbi->sb, KERN_WARNING, in f2fs_remount() 828 f2fs_msg(sb, KERN_INFO, in sanity_check_raw_super() 836 f2fs_msg(sb, KERN_INFO, in sanity_check_raw_super() [all …]
|
D | recovery.c | 136 f2fs_msg(inode->i_sb, KERN_NOTICE, in recover_dentry() 156 f2fs_msg(inode->i_sb, KERN_NOTICE, "recover_inode: ino = %x, name = %s", in recover_inode() 435 f2fs_msg(sbi->sb, KERN_NOTICE, in do_recover_data()
|
D | inode.c | 107 f2fs_msg(inode->i_sb, KERN_ERR, "bad inode number: %lu", in do_read_inode()
|
D | checkpoint.c | 1091 f2fs_msg(sbi->sb, KERN_NOTICE, in write_checkpoint()
|
D | f2fs.h | 1495 void f2fs_msg(struct super_block *, const char *, const char *, ...);
|