Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsuper.c378 f2fs_err(sbi, "Cannot change journaled quota options when quota turned on"); in f2fs_set_qf_name()
388 f2fs_err(sbi, "Not enough memory for storing quotafile name"); in f2fs_set_qf_name()
395 f2fs_err(sbi, "%s quota file already specified", in f2fs_set_qf_name()
400 f2fs_err(sbi, "quotafile must be on filesystem root"); in f2fs_set_qf_name()
416 f2fs_err(sbi, "Cannot change journaled quota options when quota turned on"); in f2fs_clear_qf_name()
432 f2fs_err(sbi, "Project quota feature not enabled. Cannot enable project quota enforcement."); in f2fs_check_quota_options()
452 f2fs_err(sbi, "old and new quota format mixing"); in f2fs_check_quota_options()
457 f2fs_err(sbi, "journaled quota format not specified"); in f2fs_check_quota_options()
490 f2fs_err(sbi, "Encrypt feature is off"); in f2fs_set_test_dummy_encryption()
844 f2fs_err(sbi, "Invalid uid value %d", arg); in parse_options()
[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.c1970 f2fs_err(sbi, "Invalid block %x", blkstart); in __f2fs_issue_discard_zone()
1983 f2fs_err(sbi, "(%d) %s: Unaligned zone reset attempted (block %x + %x)", in __f2fs_issue_discard_zone()
2437 f2fs_err(sbi, "Inconsistent error when setting bitmap, blk:%u, old bit:%d", in update_sit_entry()
2443 f2fs_err(sbi, "Bitmap was wrongly set, blk:%u", in update_sit_entry()
2468 f2fs_err(sbi, "Inconsistent error when clearing bitmap, blk:%u, old bit:%d", in update_sit_entry()
2474 f2fs_err(sbi, "Bitmap was wrongly cleared, blk:%u", in update_sit_entry()
4061 f2fs_err(sbi, "invalid journal entries nats %u sits %u", in restore_curseg_summaries()
4618 f2fs_err(sbi, "Invalid segment type: %u, segno: %u", in build_sit_entries()
4654 f2fs_err(sbi, "Wrong journal entry on segno %u", in build_sit_entries()
4674 f2fs_err(sbi, "Invalid segment type: %u, segno: %u", in build_sit_entries()
[all …]
H A Dgc.c1145 f2fs_err(sbi, "Inconsistent blkaddr offset: base:%u, ofs_in_node:%u, max:%u, ino:%u, nid:%u", in is_alive()
1162 f2fs_err(sbi, "mismatched blkaddr %u (source_blkaddr %u) in seg %u", in is_alive()
1755 f2fs_err(sbi, "Inconsistent segment (%u) type [%d, %d] in SSA and SIT", in do_garbage_collect()
2064 f2fs_err(sbi, "segno %u should be free but still inuse!", in free_segment_range()
2165 f2fs_err(sbi, "Should run fsck to repair first."); in f2fs_resize_fs()
2170 f2fs_err(sbi, "Checkpoint should be enabled."); in f2fs_resize_fs()
2263 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 Dcheckpoint.c158 f2fs_err(sbi, "Inconsistent error blkaddr:%u, sit bitmap:%d", in __is_bitmap_valid()
165 f2fs_err(sbi, "Inconsistent error blkaddr:%u, sit bitmap:%d", in __is_bitmap_valid()
1685 f2fs_err(sbi, "f2fs_flush_nat_entries failed err:%d, stop checkpoint", err); in f2fs_write_checkpoint()
1697 f2fs_err(sbi, "do_checkpoint failed err:%d, stop checkpoint", err); in f2fs_write_checkpoint()
H A Dsegment.h792 f2fs_err(sbi, "Mismatch valid blocks %d vs. %d", in check_block_count()
807 f2fs_err(sbi, "Wrong valid blocks %d or segno %u", in check_block_count()
H A Drecovery.c537 f2fs_err(sbi, "Inconsistent ofs_in_node:%u in summary, ino:%lu, nid:%u, max:%u", in check_index_in_prev_nodes()
755 f2fs_err(sbi, "Inconsistent dest blkaddr:%u, ino:%lu, ofs:%u", in do_recover_data()
H A Dinode.c558 f2fs_err(sbi, "inaccessible inode: %lu, run fsck to repair", ino); in f2fs_iget()
H A Ddata.c934 f2fs_err(sbi, "Invalid block %x", blkaddr); in is_end_zone_blkaddr()
3933 f2fs_err(sbi, "Swapfile has holes"); in check_swap_activate()
4017 f2fs_err(sbi, "Swapfile not supported in LFS mode"); in f2fs_swap_activate()
H A Dnode.c961 f2fs_err(sbi, "incorrect node reference, ino: %lu, nid: %u, ino_of_node: %u", in truncate_dnode()
2533 f2fs_err(sbi, "NAT is corrupt, run fsck to fix it"); in __f2fs_build_free_nids()
H A Df2fs.h1827 #define f2fs_err(sbi, fmt, ...) \ macro
3463 f2fs_err(sbi, "invalid blkaddr: %u, type: %d, run fsck to fix.", in verify_blkaddr()