Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsuper.c508 f2fs_err(sbi, "Encrypt feature is off"); in f2fs_set_test_dummy_encryption()
1133 f2fs_err(sbi, in parse_options()
1153 f2fs_err(sbi, in parse_options()
1186 f2fs_err(sbi, in parse_options()
1343 f2fs_err(sbi, in f2fs_default_check()
2389 f2fs_err(sbi, in f2fs_remount()
2566 f2fs_err(sbi, in f2fs_remount()
4001 f2fs_err(sbi, in init_blkz_info()
4423 f2fs_err(sbi, in f2fs_setup_casefold()
4431 f2fs_err(sbi, in f2fs_setup_casefold()
[all …]
H A Dxattr.c367 f2fs_err(F2FS_I_SB(inode), "lookup inode (%lu) has corrupted xattr", in lookup_all_xattrs()
587 f2fs_err(F2FS_I_SB(inode), "list inode (%lu) has corrupted xattr", in f2fs_listxattr()
673 f2fs_err(F2FS_I_SB(inode), "set inode (%lu) has corrupted xattr", in __f2fs_setxattr()
701 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has invalid last xattr entry, entry_size: %zu", in __f2fs_setxattr()
H A Dsegment.c1985 f2fs_err(sbi, "Invalid block %x", blkstart); in __f2fs_issue_discard_zone()
4971 f2fs_err(sbi, "Wrong journal entry on segno %u", in build_sit_entries()
5024 f2fs_err(sbi, "SIT is corrupted node# %u vs %u", in build_sit_entries()
5032 f2fs_err(sbi, "SIT is corrupted data# %u %u vs %u", in build_sit_entries()
5183 f2fs_err(sbi, in sanity_check_curseg()
5200 f2fs_err(sbi, in sanity_check_curseg()
5257 f2fs_err(sbi, "Discard zone failed: %s (errno=%d)", in check_zone_write_pointer()
5282 f2fs_err(sbi, "Fill up zone failed: %s (errno=%d)", in check_zone_write_pointer()
5339 f2fs_err(sbi, "Report zone failed: %s errno=(%d)", in do_fix_curseg_write_pointer()
5395 f2fs_err(sbi, "Report zone failed: %s errno=(%d)", in do_fix_curseg_write_pointer()
[all …]
H A Dgc.c1174 f2fs_err(sbi, "Inconsistent blkaddr offset: base:%u, ofs_in_node:%u, max:%u, ino:%u, nid:%u", in is_alive()
1191 f2fs_err(sbi, "mismatched blkaddr %u (source_blkaddr %u) in seg %u", in is_alive()
1807 f2fs_err(sbi, "Inconsistent segment (%u) type [%d, %d] in SSA and SIT", in do_garbage_collect()
2128 f2fs_err(sbi, "segno %u should be free but still inuse!", in free_segment_range()
2229 f2fs_err(sbi, "Should run fsck to repair first."); in f2fs_resize_fs()
2234 f2fs_err(sbi, "Checkpoint should be enabled."); in f2fs_resize_fs()
2327 f2fs_err(sbi, "resize_fs failed, should run fsck to repair!"); in f2fs_resize_fs()
H A Dverity.c210 f2fs_err(sbi, "Truncating verity metadata failed (errno=%d)", in f2fs_end_enable_verity()
H A Drecovery.c530 f2fs_err(sbi, "Inconsistent ofs_in_node:%u in summary, ino:%lu, nid:%u, max:%u", in check_index_in_prev_nodes()
746 f2fs_err(sbi, "Inconsistent dest blkaddr:%u, ino:%lu, ofs:%u", in do_recover_data()
H A Dsegment.h814 f2fs_err(sbi, "Mismatch valid blocks %d vs. %d", in check_block_count()
829 f2fs_err(sbi, "Wrong valid blocks %d or segno %u", in check_block_count()
H A Dcheckpoint.c165 f2fs_err(sbi, "Inconsistent error blkaddr:%u, sit bitmap:%d", in __is_bitmap_valid()
1688 f2fs_err(sbi, "f2fs_flush_nat_entries failed err:%d, stop checkpoint", err); in f2fs_write_checkpoint()
1700 f2fs_err(sbi, "do_checkpoint failed err:%d, stop checkpoint", err); in f2fs_write_checkpoint()
H A Dnode.c962 f2fs_err(sbi, "incorrect node reference, ino: %lu, nid: %u, ino_of_node: %u", in truncate_dnode()
1141 f2fs_err(sbi, "%s: inode ino=%lx has corrupted node block, from:%lu addrs:%u", in f2fs_truncate_inode_blocks()
2560 f2fs_err(sbi, "NAT is corrupt, run fsck to fix it"); in __f2fs_build_free_nids()
H A Dinode.c566 f2fs_err(sbi, "inaccessible inode: %lu, run fsck to repair", ino); in f2fs_iget()
H A Ddata.c935 f2fs_err(sbi, "Invalid block %x", blkaddr); in is_end_zone_blkaddr()
3959 f2fs_err(sbi, "Swapfile has holes"); in check_swap_activate()
4042 f2fs_err(sbi, "Swapfile not supported in LFS mode"); in f2fs_swap_activate()
H A Df2fs.h1870 #define f2fs_err(sbi, fmt, ...) \ macro
3560 f2fs_err(sbi, "invalid blkaddr: %u, type: %d, run fsck to fix.", in verify_blkaddr()