Searched refs:f2fs_info (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | super.c | 92 f2fs_info(sbi, "build fault injection rate: %lu", rate); in f2fs_build_fault_attr() 99 f2fs_info(sbi, "build fault injection type: 0x%lx", type); in f2fs_build_fault_attr() 106 f2fs_info(sbi, "build fault timeout injection type: 0x%lx", type); in f2fs_build_fault_attr() 519 f2fs_info(sbi, "Reduce reserved blocks for root = %u", in limit_reserve_root() 525 f2fs_info(sbi, "Reduce reserved nodes for root = %u", in limit_reserve_root() 533 f2fs_info(sbi, "Ignore s_resuid=%u, s_resgid=%u w/o reserve_root" in limit_reserve_root() 552 f2fs_info(sbi, "Adjust unusable cap for checkpoint=disable = %u / %u%%", in adjust_unusable_cap_perc() 708 f2fs_info(NULL, "Don't allow the nocompress extension specifies all files"); in f2fs_test_compress_extension() 715 …f2fs_info(NULL, "Don't allow the same extension %s appear in both compress and nocompress extensio… in f2fs_test_compress_extension() 739 f2fs_info(NULL, "wrong format, e.g. <alg_name>:<compr_level>"); in f2fs_set_lz4hc_level() [all …]
|
| H A D | recovery.c | 912 f2fs_info(sbi, "recover fsync data on readonly fs"); in f2fs_recover_fsync_data()
|
| H A D | checkpoint.c | 1030 f2fs_info(sbi, "write access unavailable, skipping orphan cleanup"); in f2fs_recover_orphan_inodes() 1035 f2fs_info(sbi, "orphan cleanup on readonly fs"); in f2fs_recover_orphan_inodes()
|
| H A D | segment.c | 1060 f2fs_info(sbi, "broken discard_rbtree, " in f2fs_check_discard_tree() 2340 f2fs_info(sbi, in f2fs_start_discard_thread() 3260 f2fs_info(sbi, "reenabled age threshold GC"); in f2fs_reinit_atgc_curseg()
|
| H A D | gc.c | 440 f2fs_info(sbi, "broken victim_rbtree, " in f2fs_check_victim_tree()
|
| H A D | f2fs.h | 2121 #define f2fs_info(sbi, fmt, ...) \ macro
|
| H A D | file.c | 2983 f2fs_info(sbi, "Skipping Checkpoint. Checkpoints currently disabled."); in f2fs_ioc_write_checkpoint()
|