Home
last modified time | relevance | path

Searched refs:f2fs_err (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/fs/f2fs/
Dsuper.c364 f2fs_err(sbi, "Cannot change journaled quota options when quota turned on"); in f2fs_set_qf_name()
374 f2fs_err(sbi, "Not enough memory for storing quotafile name"); in f2fs_set_qf_name()
381 f2fs_err(sbi, "%s quota file already specified", in f2fs_set_qf_name()
386 f2fs_err(sbi, "quotafile must be on filesystem root"); in f2fs_set_qf_name()
402 f2fs_err(sbi, "Cannot change journaled quota options when quota turned on"); in f2fs_clear_qf_name()
418 f2fs_err(sbi, "Project quota feature not enabled. Cannot enable project quota enforcement."); in f2fs_check_quota_options()
438 f2fs_err(sbi, "old and new quota format mixing"); in f2fs_check_quota_options()
443 f2fs_err(sbi, "journaled quota format not specified"); in f2fs_check_quota_options()
466 f2fs_err(sbi, "Encrypt feature is off"); in f2fs_set_test_dummy_encryption()
791 f2fs_err(sbi, "Invalid uid value %d", arg); in parse_options()
[all …]
Dxattr.c373 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has corrupted xattr", in lookup_all_xattrs()
589 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has corrupted xattr", in f2fs_listxattr()
664 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has corrupted xattr", in __f2fs_setxattr()
Dverity.c215 f2fs_err(sbi, "Truncating verity metadata failed (errno=%d)", in f2fs_end_enable_verity()
Dgc.c1037 f2fs_err(sbi, "mismatched blkaddr %u (source_blkaddr %u) in seg %u", in is_alive()
1631 f2fs_err(sbi, "Inconsistent segment (%u) type [%d, %d] in SSA and SIT", in do_garbage_collect()
1903 f2fs_err(sbi, "segno %u should be free but still inuse!", in free_segment_range()
2003 f2fs_err(sbi, "Should run fsck to repair first."); in f2fs_resize_fs()
2008 f2fs_err(sbi, "Checkpoint should be enabled."); in f2fs_resize_fs()
2082 f2fs_err(sbi, "resize_fs failed, should run fsck to repair!"); in f2fs_resize_fs()
Dsegment.c1840 f2fs_err(sbi, "Invalid block %x", blkstart); in __f2fs_issue_discard_zone()
1853 f2fs_err(sbi, "(%d) %s: Unaligned zone reset attempted (block %x + %x)", in __f2fs_issue_discard_zone()
2286 f2fs_err(sbi, "Inconsistent error when setting bitmap, blk:%u, old bit:%d", in update_sit_entry()
2292 f2fs_err(sbi, "Bitmap was wrongly set, blk:%u", in update_sit_entry()
2317 f2fs_err(sbi, "Inconsistent error when clearing bitmap, blk:%u, old bit:%d", in update_sit_entry()
2323 f2fs_err(sbi, "Bitmap was wrongly cleared, blk:%u", in update_sit_entry()
3973 f2fs_err(sbi, "invalid journal entries nats %u sits %u", in restore_curseg_summaries()
4567 f2fs_err(sbi, "Wrong journal entry on segno %u", in build_sit_entries()
4608 f2fs_err(sbi, "SIT is corrupted node# %u vs %u", in build_sit_entries()
4760 f2fs_err(sbi, in sanity_check_curseg()
[all …]
Dsegment.h733 f2fs_err(sbi, "Mismatch valid blocks %d vs. %d", in check_block_count()
747 f2fs_err(sbi, "Wrong valid blocks %d or segno %u", in check_block_count()
Dcheckpoint.c151 f2fs_err(sbi, "Inconsistent error blkaddr:%u, sit bitmap:%d", in __is_bitmap_valid()
1666 f2fs_err(sbi, "f2fs_flush_nat_entries failed err:%d, stop checkpoint", err); in f2fs_write_checkpoint()
1678 f2fs_err(sbi, "do_checkpoint failed err:%d, stop checkpoint", err); in f2fs_write_checkpoint()
Ddata.c4025 f2fs_err(sbi, "Swapfile has holes"); in check_swap_activate()
4101 f2fs_err(F2FS_I_SB(inode), in f2fs_swap_activate()
Df2fs.h2224 #define f2fs_err(sbi, fmt, ...) \ macro
3245 f2fs_err(sbi, "invalid blkaddr: %u, type: %d, run fsck to fix.", in verify_blkaddr()
Dnode.c2486 f2fs_err(sbi, "NAT is corrupt, run fsck to fix it"); in __f2fs_build_free_nids()