Searched refs:f2fs_err (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/fs/f2fs/ |
D | super.c | 298 f2fs_err(sbi, "Cannot change journaled quota options when quota turned on"); in f2fs_set_qf_name() 308 f2fs_err(sbi, "Not enough memory for storing quotafile name"); in f2fs_set_qf_name() 315 f2fs_err(sbi, "%s quota file already specified", in f2fs_set_qf_name() 320 f2fs_err(sbi, "quotafile must be on filesystem root"); in f2fs_set_qf_name() 336 f2fs_err(sbi, "Cannot change journaled quota options when quota turned on"); in f2fs_clear_qf_name() 352 f2fs_err(sbi, "Project quota feature not enabled. Cannot enable project quota enforcement."); in f2fs_check_quota_options() 372 f2fs_err(sbi, "old and new quota format mixing"); in f2fs_check_quota_options() 377 f2fs_err(sbi, "journaled quota format not specified"); in f2fs_check_quota_options() 569 f2fs_err(sbi, "Invalid uid value %d", arg); in parse_options() 579 f2fs_err(sbi, "Invalid gid value %d", arg); in parse_options() [all …]
|
D | gc.c | 647 f2fs_err(sbi, "mismatched blkaddr %u (source_blkaddr %u) in seg %u\n", in is_alive() 1206 f2fs_err(sbi, "Inconsistent segment (%u) type [%d, %d] in SSA and SIT", in do_garbage_collect() 1419 f2fs_err(sbi, "segno %u should be free but still inuse!", in free_segment_range() 1477 f2fs_err(sbi, "Should run fsck to repair first."); in f2fs_resize_fs() 1482 f2fs_err(sbi, "Checkpoint should be enabled."); in f2fs_resize_fs() 1546 f2fs_err(sbi, "resize_fs failed, should run fsck to repair!"); in f2fs_resize_fs()
|
D | xattr.c | 350 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has corrupted xattr", in lookup_all_xattrs() 629 f2fs_err(F2FS_I_SB(inode), "inode (%lu) has corrupted xattr", in __f2fs_setxattr()
|
D | segment.h | 700 f2fs_err(sbi, "Mismatch valid blocks %d vs. %d", in check_block_count() 709 f2fs_err(sbi, "Wrong valid blocks %d or segno %u", in check_block_count()
|
D | segment.c | 1755 f2fs_err(sbi, "Invalid block %x", blkstart); in __f2fs_issue_discard_zone() 1768 f2fs_err(sbi, "(%d) %s: Unaligned zone reset attempted (block %x + %x)", in __f2fs_issue_discard_zone() 2141 f2fs_err(sbi, "Inconsistent error when setting bitmap, blk:%u, old bit:%d", in update_sit_entry() 2147 f2fs_err(sbi, "Bitmap was wrongly set, blk:%u", in update_sit_entry() 2171 f2fs_err(sbi, "Inconsistent error when clearing bitmap, blk:%u, old bit:%d", in update_sit_entry() 2177 f2fs_err(sbi, "Bitmap was wrongly cleared, blk:%u", in update_sit_entry() 3590 f2fs_err(sbi, "invalid journal entries nats %u sits %u\n", in restore_curseg_summaries() 4169 f2fs_err(sbi, "Wrong journal entry on segno %u", in build_sit_entries() 4208 f2fs_err(sbi, "SIT is corrupted node# %u vs %u", in build_sit_entries() 4324 f2fs_err(sbi, in sanity_check_curseg()
|
D | checkpoint.c | 149 f2fs_err(sbi, "Inconsistent error blkaddr:%u, sit bitmap:%d", in __is_bitmap_valid()
|
D | f2fs.h | 1830 #define f2fs_err(sbi, fmt, ...) \ macro 2879 f2fs_err(sbi, "invalid blkaddr: %u, type: %d, run fsck to fix.", in verify_blkaddr()
|
D | node.c | 2353 f2fs_err(sbi, "NAT is corrupt, run fsck to fix it"); in __f2fs_build_free_nids()
|