Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dsuper.c326 f2fs_err(sbi, "Cannot change journaled quota options when quota turned on"); in f2fs_set_qf_name()
336 f2fs_err(sbi, "Not enough memory for storing quotafile name"); in f2fs_set_qf_name()
343 f2fs_err(sbi, "%s quota file already specified", in f2fs_set_qf_name()
348 f2fs_err(sbi, "quotafile must be on filesystem root"); in f2fs_set_qf_name()
364 f2fs_err(sbi, "Cannot change journaled quota options when quota turned on"); in f2fs_clear_qf_name()
380 f2fs_err(sbi, "Project quota feature not enabled. Cannot enable project quota enforcement."); in f2fs_check_quota_options()
400 f2fs_err(sbi, "old and new quota format mixing"); in f2fs_check_quota_options()
405 f2fs_err(sbi, "journaled quota format not specified"); in f2fs_check_quota_options()
428 f2fs_err(sbi, "Encrypt feature is off"); in f2fs_set_test_dummy_encryption()
642 f2fs_err(sbi, "Invalid uid value %d", arg); in parse_options()
[all …]
Dxattr.c370 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has corrupted xattr", in lookup_all_xattrs()
585 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has corrupted xattr", in f2fs_listxattr()
660 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has corrupted xattr", in __f2fs_setxattr()
Dgc.c1000 f2fs_err(sbi, "mismatched blkaddr %u (source_blkaddr %u) in seg %u\n", in is_alive()
1592 f2fs_err(sbi, "Inconsistent segment (%u) type [%d, %d] in SSA and SIT", in do_garbage_collect()
1861 f2fs_err(sbi, "segno %u should be free but still inuse!", in free_segment_range()
1961 f2fs_err(sbi, "Should run fsck to repair first."); in f2fs_resize_fs()
1966 f2fs_err(sbi, "Checkpoint should be enabled."); in f2fs_resize_fs()
2027 f2fs_err(sbi, "resize_fs failed, should run fsck to repair!"); in f2fs_resize_fs()
Dsegment.c1804 f2fs_err(sbi, "Invalid block %x", blkstart); in __f2fs_issue_discard_zone()
1817 f2fs_err(sbi, "(%d) %s: Unaligned zone reset attempted (block %x + %x)", in __f2fs_issue_discard_zone()
2221 f2fs_err(sbi, "Inconsistent error when setting bitmap, blk:%u, old bit:%d", in update_sit_entry()
2227 f2fs_err(sbi, "Bitmap was wrongly set, blk:%u", in update_sit_entry()
2251 f2fs_err(sbi, "Inconsistent error when clearing bitmap, blk:%u, old bit:%d", in update_sit_entry()
2257 f2fs_err(sbi, "Bitmap was wrongly cleared, blk:%u", in update_sit_entry()
3859 f2fs_err(sbi, "invalid journal entries nats %u sits %u\n", in restore_curseg_summaries()
4445 f2fs_err(sbi, "Wrong journal entry on segno %u", in build_sit_entries()
4484 f2fs_err(sbi, "SIT is corrupted node# %u vs %u", in build_sit_entries()
4631 f2fs_err(sbi, in sanity_check_curseg()
[all …]
Dsegment.h723 f2fs_err(sbi, "Mismatch valid blocks %d vs. %d", in check_block_count()
737 f2fs_err(sbi, "Wrong valid blocks %d or segno %u", in check_block_count()
Dcheckpoint.c148 f2fs_err(sbi, "Inconsistent error blkaddr:%u, sit bitmap:%d", in __is_bitmap_valid()
Df2fs.h2096 #define f2fs_err(sbi, fmt, ...) \ macro
3134 f2fs_err(sbi, "invalid blkaddr: %u, type: %d, run fsck to fix.", in verify_blkaddr()
Dnode.c2414 f2fs_err(sbi, "NAT is corrupt, run fsck to fix it"); in __f2fs_build_free_nids()