/linux-6.1.9/fs/f2fs/ |
D | super.c | 352 …f2fs_err(sbi, "IO align feature can't grab additional reserved segment: %u, available segments: %u… in adjust_reserved_segment() 400 f2fs_err(sbi, "Cannot change journaled quota options when quota turned on"); in f2fs_set_qf_name() 410 f2fs_err(sbi, "Not enough memory for storing quotafile name"); in f2fs_set_qf_name() 417 f2fs_err(sbi, "%s quota file already specified", in f2fs_set_qf_name() 422 f2fs_err(sbi, "quotafile must be on filesystem root"); in f2fs_set_qf_name() 438 f2fs_err(sbi, "Cannot change journaled quota options when quota turned on"); in f2fs_clear_qf_name() 454 f2fs_err(sbi, "Project quota feature not enabled. Cannot enable project quota enforcement."); in f2fs_check_quota_options() 474 f2fs_err(sbi, "old and new quota format mixing"); in f2fs_check_quota_options() 479 f2fs_err(sbi, "journaled quota format not specified"); in f2fs_check_quota_options() 512 f2fs_err(sbi, "Encrypt feature is off"); in f2fs_set_test_dummy_encryption() [all …]
|
D | xattr.c | 366 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has corrupted xattr", in lookup_all_xattrs() 584 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has corrupted xattr", in f2fs_listxattr() 661 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has corrupted xattr", in __f2fs_setxattr() 689 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has invalid last xattr entry, entry_size: %zu", in __f2fs_setxattr()
|
D | segment.c | 1739 f2fs_err(sbi, "Invalid block %x", blkstart); in __f2fs_issue_discard_zone() 1752 f2fs_err(sbi, "(%d) %s: Unaligned zone reset attempted (block %x + %x)", in __f2fs_issue_discard_zone() 2191 f2fs_err(sbi, "Inconsistent error when setting bitmap, blk:%u, old bit:%d", in update_sit_entry() 2197 f2fs_err(sbi, "Bitmap was wrongly set, blk:%u", in update_sit_entry() 2222 f2fs_err(sbi, "Inconsistent error when clearing bitmap, blk:%u, old bit:%d", in update_sit_entry() 2228 f2fs_err(sbi, "Bitmap was wrongly cleared, blk:%u", in update_sit_entry() 3816 f2fs_err(sbi, "invalid journal entries nats %u sits %u", in restore_curseg_summaries() 4383 f2fs_err(sbi, "Invalid segment type: %u, segno: %u", in build_sit_entries() 4420 f2fs_err(sbi, "Wrong journal entry on segno %u", in build_sit_entries() 4440 f2fs_err(sbi, "Invalid segment type: %u, segno: %u", in build_sit_entries() [all …]
|
D | gc.c | 1110 f2fs_err(sbi, "Inconsistent ofs_in_node:%u in summary, ino:%u, nid:%u, max:%u", in is_alive() 1127 f2fs_err(sbi, "mismatched blkaddr %u (source_blkaddr %u) in seg %u", in is_alive() 1715 f2fs_err(sbi, "Inconsistent segment (%u) type [%d, %d] in SSA and SIT", in do_garbage_collect() 2000 f2fs_err(sbi, "segno %u should be free but still inuse!", in free_segment_range() 2100 f2fs_err(sbi, "Should run fsck to repair first."); in f2fs_resize_fs() 2105 f2fs_err(sbi, "Checkpoint should be enabled."); in f2fs_resize_fs() 2179 f2fs_err(sbi, "resize_fs failed, should run fsck to repair!"); in f2fs_resize_fs()
|
D | verity.c | 210 f2fs_err(sbi, "Truncating verity metadata failed (errno=%d)", in f2fs_end_enable_verity()
|
D | segment.h | 753 f2fs_err(sbi, "Mismatch valid blocks %d vs. %d", in check_block_count() 768 f2fs_err(sbi, "Wrong valid blocks %d or segno %u", in check_block_count()
|
D | recovery.c | 508 f2fs_err(sbi, "Inconsistent ofs_in_node:%u in summary, ino:%lu, nid:%u, max:%u", in check_index_in_prev_nodes() 716 f2fs_err(sbi, "Inconsistent dest blkaddr:%u, ino:%lu, ofs:%u", in do_recover_data()
|
D | checkpoint.c | 156 f2fs_err(sbi, "Inconsistent error blkaddr:%u, sit bitmap:%d", in __is_bitmap_valid() 163 f2fs_err(sbi, "Inconsistent error blkaddr:%u, sit bitmap:%d", in __is_bitmap_valid() 1686 f2fs_err(sbi, "f2fs_flush_nat_entries failed err:%d, stop checkpoint", err); in f2fs_write_checkpoint() 1698 f2fs_err(sbi, "do_checkpoint failed err:%d, stop checkpoint", err); in f2fs_write_checkpoint()
|
D | inode.c | 511 f2fs_err(sbi, "inaccessible inode: %lu, run fsck to repair", ino); in f2fs_iget()
|
D | namei.c | 464 …f2fs_err(sbi, "inconsistent inode status, skip recovering inline_dots inode (ino:%lu, i_mode:%u, p… in __recover_dot_dentries()
|
D | data.c | 3900 f2fs_err(sbi, "Swapfile has holes"); in check_swap_activate() 3976 f2fs_err(F2FS_I_SB(inode), in f2fs_swap_activate()
|
D | f2fs.h | 2379 #define f2fs_err(sbi, fmt, ...) \ macro 3435 f2fs_err(sbi, "invalid blkaddr: %u, type: %d, run fsck to fix.", in verify_blkaddr()
|
D | node.c | 2495 f2fs_err(sbi, "NAT is corrupt, run fsck to fix it"); in __f2fs_build_free_nids()
|