Searched refs:f2fs_info (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | super.c | 88 f2fs_info(sbi, in f2fs_build_fault_attr() 329 f2fs_info(sbi, "Reduce reserved blocks for root = %u", in limit_reserve_root() 337 f2fs_info(sbi, "Ignore s_resuid=%u, s_resgid=%u w/o reserve_root", in limit_reserve_root() 355 f2fs_info(sbi, "Adjust unusable cap for checkpoint=disable = %u / %u%%", in adjust_unusable_cap_perc() 382 f2fs_info(sbi, "QUOTA feature is enabled, so ignore qf_name"); in f2fs_set_qf_name() 463 f2fs_info(sbi, "QUOTA feature is enabled, so ignore jquota_fmt"); in f2fs_check_quota_options() 569 f2fs_info(sbi, "Don't allow the nocompress extension specifies all files"); in f2fs_test_compress_extension() 574 …f2fs_info(sbi, "Don't allow the same extension %s appear in both compress and nocompress extension… in f2fs_test_compress_extension() 597 f2fs_info(sbi, "wrong format, e.g. <alg_name>:<compr_level>"); in f2fs_set_lz4hc_level() 604 f2fs_info(sbi, "invalid lz4hc compress level: %d", level); in f2fs_set_lz4hc_level() [all …]
|
H A D | checkpoint.c | 730 f2fs_info(sbi, "write access unavailable, skipping orphan cleanup"); in f2fs_recover_orphan_inodes() 735 f2fs_info(sbi, "orphan cleanup on readonly fs"); in f2fs_recover_orphan_inodes()
|
H A D | recovery.c | 869 f2fs_info(sbi, "recover fsync data on readonly fs"); in f2fs_recover_fsync_data()
|
H A D | gc.c | 411 f2fs_info(sbi, "broken victim_rbtree, " in f2fs_check_victim_tree()
|
H A D | f2fs.h | 1833 #define f2fs_info(sbi, fmt, ...) \ macro
|
H A D | file.c | 2660 f2fs_info(sbi, "Skipping Checkpoint. Checkpoints currently disabled."); in f2fs_ioc_write_checkpoint()
|
H A D | segment.c | 989 f2fs_info(sbi, "broken discard_rbtree, " in f2fs_check_discard_tree()
|