Searched refs:f2fs_info (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/f2fs/ |
| D | super.c | 265 f2fs_info(sbi, "Reduce reserved blocks for root = %u", in limit_reserve_root() 273 f2fs_info(sbi, "Ignore s_resuid=%u, s_resgid=%u w/o reserve_root", in limit_reserve_root() 302 f2fs_info(sbi, "QUOTA feature is enabled, so ignore qf_name"); in f2fs_set_qf_name() 383 f2fs_info(sbi, "QUOTA feature is enabled, so ignore jquota_fmt"); in f2fs_check_quota_options() 483 f2fs_info(sbi, "user_xattr options not supported"); in parse_options() 486 f2fs_info(sbi, "nouser_xattr options not supported"); in parse_options() 489 f2fs_info(sbi, "inline_xattr options not supported"); in parse_options() 492 f2fs_info(sbi, "noinline_xattr options not supported"); in parse_options() 504 f2fs_info(sbi, "acl options not supported"); in parse_options() 507 f2fs_info(sbi, "noacl options not supported"); in parse_options() [all …]
|
| D | checkpoint.c | 678 f2fs_info(sbi, "write access unavailable, skipping orphan cleanup"); in f2fs_recover_orphan_inodes() 683 f2fs_info(sbi, "orphan cleanup on readonly fs"); in f2fs_recover_orphan_inodes()
|
| D | recovery.c | 731 f2fs_info(sbi, "recover fsync data on readonly fs"); in f2fs_recover_fsync_data()
|
| D | extent_cache.c | 187 f2fs_info(sbi, "inconsistent rbtree, cur(%u, %u) next(%u, %u)", in f2fs_check_rb_tree_consistence()
|
| D | namei.c | 386 f2fs_info(sbi, "skip recovering inline_dots inode (ino:%lu, pino:%u) in readonly mountpoint", in __recover_dot_dentries()
|
| D | file.c | 2364 f2fs_info(sbi, "Skipping Checkpoint. Checkpoints currently disabled."); in f2fs_ioc_write_checkpoint()
|
| D | f2fs.h | 1836 #define f2fs_info(sbi, fmt, ...) \ macro
|