Searched refs:f2fs_info (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | super.c | 314 f2fs_info(sbi, "Reduce reserved blocks for root = %u", in limit_reserve_root() 322 f2fs_info(sbi, "Ignore s_resuid=%u, s_resgid=%u w/o reserve_root", in limit_reserve_root() 363 f2fs_info(sbi, "IO align feature needs additional reserved segment: %u", in adjust_reserved_segment() 380 f2fs_info(sbi, "Adjust unusable cap for checkpoint=disable = %u / %u%%", in adjust_unusable_cap_perc() 407 f2fs_info(sbi, "QUOTA feature is enabled, so ignore qf_name"); in f2fs_set_qf_name() 488 f2fs_info(sbi, "QUOTA feature is enabled, so ignore jquota_fmt"); in f2fs_check_quota_options() 557 f2fs_info(sbi, "wrong format, e.g. <alg_name>:<compr_level>"); in f2fs_set_lz4hc_level() 564 f2fs_info(sbi, "invalid lz4hc compress level: %d", level); in f2fs_set_lz4hc_level() 571 f2fs_info(sbi, "kernel doesn't support lz4hc compression"); in f2fs_set_lz4hc_level() 591 f2fs_info(sbi, "wrong format, e.g. <alg_name>:<compr_level>"); in f2fs_set_zstd_level() [all …]
|
| H A D | extent_cache.c | 332 f2fs_info(sbi, "inconsistent rbtree, " in f2fs_check_rb_tree_consistence() 341 f2fs_info(sbi, "inconsistent rbtree, cur(%u, %u) next(%u, %u)", in f2fs_check_rb_tree_consistence()
|
| H A D | checkpoint.c | 696 f2fs_info(sbi, "write access unavailable, skipping orphan cleanup"); in f2fs_recover_orphan_inodes() 701 f2fs_info(sbi, "orphan cleanup on readonly fs"); in f2fs_recover_orphan_inodes()
|
| H A D | recovery.c | 801 f2fs_info(sbi, "recover fsync data on readonly fs"); in f2fs_recover_fsync_data()
|
| H A D | namei.c | 454 f2fs_info(sbi, "skip recovering inline_dots inode (ino:%lu, pino:%u) in readonly mountpoint", in __recover_dot_dentries()
|
| H A D | f2fs.h | 2343 #define f2fs_info(sbi, fmt, ...) \ macro
|
| H A D | file.c | 2593 f2fs_info(sbi, "Skipping Checkpoint. Checkpoints currently disabled."); in f2fs_ioc_write_checkpoint()
|