Home
last modified time | relevance | path

Searched refs:f2fs_info (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/f2fs/
Dsuper.c265 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 …]
Dcheckpoint.c678 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()
Drecovery.c731 f2fs_info(sbi, "recover fsync data on readonly fs"); in f2fs_recover_fsync_data()
Dextent_cache.c187 f2fs_info(sbi, "inconsistent rbtree, cur(%u, %u) next(%u, %u)", in f2fs_check_rb_tree_consistence()
Dnamei.c386 f2fs_info(sbi, "skip recovering inline_dots inode (ino:%lu, pino:%u) in readonly mountpoint", in __recover_dot_dentries()
Dfile.c2364 f2fs_info(sbi, "Skipping Checkpoint. Checkpoints currently disabled."); in f2fs_ioc_write_checkpoint()
Df2fs.h1836 #define f2fs_info(sbi, fmt, ...) \ macro