Searched refs:f2fs_info (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/fs/f2fs/ |
D | super.c | 316 f2fs_info(sbi, "Reduce reserved blocks for root = %u", in limit_reserve_root() 324 f2fs_info(sbi, "Ignore s_resuid=%u, s_resgid=%u w/o reserve_root", in limit_reserve_root() 365 f2fs_info(sbi, "IO align feature needs additional reserved segment: %u", in adjust_reserved_segment() 382 f2fs_info(sbi, "Adjust unusable cap for checkpoint=disable = %u / %u%%", in adjust_unusable_cap_perc() 409 f2fs_info(sbi, "QUOTA feature is enabled, so ignore qf_name"); in f2fs_set_qf_name() 490 f2fs_info(sbi, "QUOTA feature is enabled, so ignore jquota_fmt"); in f2fs_check_quota_options() 596 f2fs_info(sbi, "Don't allow the nocompress extension specifies all files"); in f2fs_test_compress_extension() 601 …f2fs_info(sbi, "Don't allow the same extension %s appear in both compress and nocompress extension… in f2fs_test_compress_extension() 624 f2fs_info(sbi, "wrong format, e.g. <alg_name>:<compr_level>"); in f2fs_set_lz4hc_level() 631 f2fs_info(sbi, "invalid lz4hc compress level: %d", level); in f2fs_set_lz4hc_level() [all …]
|
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()
|
D | recovery.c | 870 f2fs_info(sbi, "recover fsync data on readonly fs"); in f2fs_recover_fsync_data()
|
D | namei.c | 468 f2fs_info(sbi, "skip recovering inline_dots inode (ino:%lu, pino:%u) in readonly mountpoint", in __recover_dot_dentries()
|
D | gc.c | 409 f2fs_info(sbi, "broken victim_rbtree, " in f2fs_check_victim_tree()
|
D | f2fs.h | 2324 #define f2fs_info(sbi, fmt, ...) \ macro
|
D | file.c | 2563 f2fs_info(sbi, "Skipping Checkpoint. Checkpoints currently disabled."); in f2fs_ioc_write_checkpoint()
|
D | segment.c | 979 f2fs_info(sbi, "broken discard_rbtree, " in f2fs_check_discard_tree()
|