Symbol: f2fs_err
fs/f2fs/checkpoint.c
1924
f2fs_err(sbi, "f2fs_flush_nat_entries failed err:%d, stop checkpoint", err);
fs/f2fs/checkpoint.c
1939
f2fs_err(sbi, "do_checkpoint failed err:%d, stop checkpoint", err);
fs/f2fs/checkpoint.c
371
f2fs_err(sbi, "Inconsistent error blkaddr:%u, sit bitmap:%d",
fs/f2fs/data.c
4277
f2fs_err(sbi, "Swapfile has holes");
fs/f2fs/data.c
4359
f2fs_err(sbi, "Swapfile not supported in LFS mode");
fs/f2fs/data.c
991
f2fs_err(sbi, "Invalid block %x", blkaddr);
fs/f2fs/f2fs.h
3762
f2fs_err(sbi, "invalid blkaddr: %u, type: %d, run fsck to fix.",
fs/f2fs/f2fs.h
4925
f2fs_err(sbi, "Invalid block %x", blkaddr);
fs/f2fs/gc.c
1188
f2fs_err(sbi, "Inconsistent blkaddr offset: base:%u, ofs_in_node:%u, max:%u, ino:%u, nid:%u",
fs/f2fs/gc.c
1205
f2fs_err(sbi, "mismatched blkaddr %u (source_blkaddr %u) in seg %u",
fs/f2fs/gc.c
1831
f2fs_err(sbi, "%s: segment %u is used by log",
fs/f2fs/gc.c
1853
f2fs_err(sbi, "Inconsistent segment (%u) type "
fs/f2fs/gc.c
2191
f2fs_err(sbi, "segno %u should be free but still inuse!",
fs/f2fs/gc.c
2300
f2fs_err(sbi, "Should run fsck to repair first.");
fs/f2fs/gc.c
2305
f2fs_err(sbi, "Checkpoint should be enabled.");
fs/f2fs/gc.c
2398
f2fs_err(sbi, "resize_fs failed, should run fsck to repair!");
fs/f2fs/inode.c
580
f2fs_err(sbi, "inaccessible inode: %lu, run fsck to repair", ino);
fs/f2fs/node.c
1016
f2fs_err(sbi, "incorrect node reference, ino: %lu, nid: %u, ino_of_node: %u",
fs/f2fs/node.c
1197
f2fs_err(sbi, "%s: inode ino=%lx has corrupted node block, from:%lu addrs:%u",
fs/f2fs/node.c
2627
f2fs_err(sbi, "NAT is corrupt, run fsck to fix it");
fs/f2fs/node.c
2698
f2fs_err(sbi, "Corrupted nid %u in free_nid_list",
fs/f2fs/recovery.c
535
f2fs_err(sbi, "Inconsistent ofs_in_node:%u in summary, ino:%lu, nid:%u, max:%u",
fs/f2fs/recovery.c
751
f2fs_err(sbi, "Inconsistent dest blkaddr:%u, ino:%lu, ofs:%u",
fs/f2fs/segment.c
1980
f2fs_err(sbi, "Invalid block %x", blkstart);
fs/f2fs/segment.c
1993
f2fs_err(sbi, "(%d) %s: Unaligned zone reset attempted (block %x + %x)",
fs/f2fs/segment.c
2453
f2fs_err(sbi, "Inconsistent error when clearing bitmap, blk:%u, old bit:%d",
fs/f2fs/segment.c
2459
f2fs_err(sbi, "Bitmap was wrongly cleared, blk:%u", blkaddr + i);
fs/f2fs/segment.c
2507
f2fs_err(sbi, "Inconsistent error when setting bitmap, blk:%u, old bit:%d",
fs/f2fs/segment.c
2513
f2fs_err(sbi, "Bitmap was wrongly set, blk:%u", blkaddr);
fs/f2fs/segment.c
4455
f2fs_err(sbi, "invalid journal entries nats %u sits %u",
fs/f2fs/segment.c
5014
f2fs_err(sbi, "Invalid segment type: %u, segno: %u",
fs/f2fs/segment.c
5050
f2fs_err(sbi, "Wrong journal entry on segno %u",
fs/f2fs/segment.c
5070
f2fs_err(sbi, "Invalid segment type: %u, segno: %u",
fs/f2fs/segment.c
5113
f2fs_err(sbi, "SIT is corrupted node# %u vs %u",
fs/f2fs/segment.c
5121
f2fs_err(sbi, "SIT is corrupted data# %u %u vs %u",
fs/f2fs/segment.c
5272
f2fs_err(sbi,
fs/f2fs/segment.c
5289
f2fs_err(sbi,
fs/f2fs/segment.c
5346
f2fs_err(sbi, "Discard zone failed: %s (errno=%d)",
fs/f2fs/segment.c
5371
f2fs_err(sbi, "Fill up zone failed: %s (errno=%d)",
fs/f2fs/segment.c
5374
f2fs_err(sbi, "Finishing zone failed: %s (errno=%d)",
fs/f2fs/segment.c
5428
f2fs_err(sbi, "Report zone failed: %s errno=(%d)",
fs/f2fs/segment.c
5484
f2fs_err(sbi, "Report zone failed: %s errno=(%d)",
fs/f2fs/segment.c
5500
f2fs_err(sbi, "Discard zone failed: %s (errno=%d)",
fs/f2fs/segment.h
391
f2fs_err(sbi,
fs/f2fs/segment.h
870
f2fs_err(sbi, "Mismatch valid blocks %d vs. %d",
fs/f2fs/segment.h
885
f2fs_err(sbi, "Wrong valid blocks %d or segno %u",
fs/f2fs/super.c
1134
f2fs_err(NULL,
fs/f2fs/super.c
1148
f2fs_err(NULL, "invalid extension length/number");
fs/f2fs/super.c
1168
f2fs_err(NULL, "invalid extension length/number");
fs/f2fs/super.c
1260
f2fs_err(sbi, "Project quota feature not enabled. Cannot enable project quota enforcement.");
fs/f2fs/super.c
1324
f2fs_err(sbi, "old and new quota format mixing");
fs/f2fs/super.c
1329
f2fs_err(sbi, "journaled quota format not specified");
fs/f2fs/super.c
1336
f2fs_err(sbi, "Cannot change journaled quota options when quota turned on");
fs/f2fs/super.c
1339
f2fs_err(sbi, "%s quota file already specified",
fs/f2fs/super.c
1351
f2fs_err(sbi, "Filesystem with project quota feature cannot be mounted RDWR without CONFIG_QUOTA");
fs/f2fs/super.c
1369
f2fs_err(sbi, "Encrypt feature is off");
fs/f2fs/super.c
1435
f2fs_err(sbi, "invalid extension length/number");
fs/f2fs/super.c
1449
f2fs_err(sbi, "invalid noextension length/number");
fs/f2fs/super.c
1458
f2fs_err(sbi, "new noextensions conflicts with new extensions");
fs/f2fs/super.c
1465
f2fs_err(sbi, "new noextensions conflicts with old extensions");
fs/f2fs/super.c
1472
f2fs_err(sbi, "new extensions conflicts with old noextensions");
fs/f2fs/super.c
1507
f2fs_err(sbi, "device aliasing requires extent cache");
fs/f2fs/super.c
1541
f2fs_err(sbi,
fs/f2fs/super.c
1569
f2fs_err(sbi, "Zoned block device support is not enabled");
fs/f2fs/super.c
1577
f2fs_err(sbi, "extra_attr or flexible_inline_xattr feature is off");
fs/f2fs/super.c
1581
f2fs_err(sbi, "inline_xattr_size option should be set with inline_xattr option");
fs/f2fs/super.c
1588
f2fs_err(sbi, "LFS is not compatible with ATGC");
fs/f2fs/super.c
1593
f2fs_err(sbi, "FLUSH_MERGE not compatible with readonly mode");
fs/f2fs/super.c
1598
f2fs_err(sbi, "Allow to mount readonly mode only");
fs/f2fs/super.c
1770
f2fs_err(sbi, "device aliasing requires extent cache");
fs/f2fs/super.c
1780
f2fs_err(sbi,
fs/f2fs/super.c
2054
f2fs_err(sbi, "detect filesystem reference count leak during "
fs/f2fs/super.c
2617
f2fs_err(sbi, "checkpoint=disable on readonly fs");
fs/f2fs/super.c
2749
f2fs_err(sbi, "%s sync_fs failed, ret: %d", __func__, ret);
fs/f2fs/super.c
2994
f2fs_err(sbi,
fs/f2fs/super.c
3240
f2fs_err(sbi, "quota sysfile may be corrupted, skip loading it");
fs/f2fs/super.c
3256
f2fs_err(sbi, "Cannot turn on quota_ino: %d", err);
fs/f2fs/super.c
3269
f2fs_err(sbi, "Cannot turn on quotas: %d on %d",
fs/f2fs/super.c
3285
f2fs_err(F2FS_SB(sb), "Bad quota inode %u:%lu", type, qf_inum);
fs/f2fs/super.c
3316
f2fs_err(sbi, "quota file may be corrupted, skip loading it");
fs/f2fs/super.c
3329
f2fs_err(sbi, "Failed to enable quota tracking (type=%d, err=%d). Please run fsck to fix.",
fs/f2fs/super.c
3435
f2fs_err(F2FS_SB(sb), "quota sysfile already exists");
fs/f2fs/super.c
3530
f2fs_err(F2FS_SB(sb), "Fail to turn off disk quota (type: %d, err: %d, ret:%d), Please run fsck to fix it.",
fs/f2fs/super.c
4167
f2fs_err(sbi, "Wrong layout: check mkfs.f2fs version");
fs/f2fs/super.c
4176
f2fs_err(sbi, "Wrong user_block_count: %u",
fs/f2fs/super.c
4183
f2fs_err(sbi, "Wrong valid_user_blocks: %u, user_block_count: %u",
fs/f2fs/super.c
4191
f2fs_err(sbi, "Wrong valid_node_count: %u, avail_node_count: %u",
fs/f2fs/super.c
4210
f2fs_err(sbi, "Node segment (%u, %u) has the same segno: %u",
fs/f2fs/super.c
4229
f2fs_err(sbi, "Data segment (%u, %u) has the same segno: %u",
fs/f2fs/super.c
4240
f2fs_err(sbi, "Node segment (%u) and Data segment (%u) has the same segno: %u",
fs/f2fs/super.c
4253
f2fs_err(sbi, "Wrong bitmap size: sit: %u, nat:%u",
fs/f2fs/super.c
4260
f2fs_err(sbi, "Wrong bitmap size: sit: %u, sit_blk_cnt:%u",
fs/f2fs/super.c
4270
f2fs_err(sbi, "Wrong cp_pack_start_sum: %u",
fs/f2fs/super.c
4296
f2fs_err(sbi, "A bug case: need to run fsck");
fs/f2fs/super.c
4430
f2fs_err(rz_args->sbi, "F2FS supports single zone capacity\n");
fs/f2fs/super.c
4453
f2fs_err(sbi,
fs/f2fs/super.c
4511
f2fs_err(sbi, "Unable to read %dth superblock",
fs/f2fs/super.c
4521
f2fs_err(sbi, "Can't find valid F2FS filesystem in %dth superblock",
fs/f2fs/super.c
4833
f2fs_err(sbi, "Zoned block device feature not enabled");
fs/f2fs/super.c
4837
f2fs_err(sbi, "Failed to initialize F2FS blkzone information");
fs/f2fs/super.c
4867
f2fs_err(sbi,
fs/f2fs/super.c
4875
f2fs_err(sbi,
fs/f2fs/super.c
4897
f2fs_err(sbi, "Filesystem with casefold feature cannot be mounted without CONFIG_UNICODE");
fs/f2fs/super.c
4967
f2fs_err(sbi, "unable to set blocksize");
fs/f2fs/super.c
5073
f2fs_err(sbi, "Failed to read F2FS meta data inode");
fs/f2fs/super.c
5080
f2fs_err(sbi, "Failed to get valid F2FS checkpoint");
fs/f2fs/super.c
5097
f2fs_err(sbi, "Failed to find devices");
fs/f2fs/super.c
5103
f2fs_err(sbi, "Failed to initialize post read workqueue");
fs/f2fs/super.c
5132
f2fs_err(sbi,
fs/f2fs/super.c
5142
f2fs_err(sbi, "Failed to initialize F2FS segment manager (%d)",
fs/f2fs/super.c
5148
f2fs_err(sbi, "Failed to initialize F2FS node manager (%d)",
fs/f2fs/super.c
5178
f2fs_err(sbi, "Failed to read node inode");
fs/f2fs/super.c
5186
f2fs_err(sbi, "Failed to read root inode");
fs/f2fs/super.c
5218
f2fs_err(sbi, "Cannot turn on quotas: error %d", err);
fs/f2fs/super.c
5245
f2fs_err(sbi, "Need to recover fsync data, but "
fs/f2fs/super.c
5267
f2fs_err(sbi, "Cannot recover all fsync data errno=%d",
fs/f2fs/super.c
5275
f2fs_err(sbi, "Need to recover fsync data");
fs/f2fs/super.c
573
f2fs_err(NULL, "Missing quota name");
fs/f2fs/super.c
577
f2fs_err(NULL, "quotafile must be on filesystem root");
fs/f2fs/super.c
582
f2fs_err(NULL, "Quota file already specified");
fs/f2fs/super.c
590
f2fs_err(NULL, "Not enough memory for storing quotafile name");
fs/f2fs/super.c
841
f2fs_err(NULL, "inline xattr size is out of range: %u ~ %u",
fs/f2fs/sysfs.c
475
f2fs_err(sbi, "store sysfs node value with wrong type");
fs/f2fs/verity.c
210
f2fs_err(sbi, "Truncating verity metadata failed (errno=%d)",
fs/f2fs/xattr.c
368
f2fs_err(F2FS_I_SB(inode), "lookup inode (%lu) has corrupted xattr",
fs/f2fs/xattr.c
588
f2fs_err(F2FS_I_SB(inode), "list inode (%lu) has corrupted xattr",
fs/f2fs/xattr.c
674
f2fs_err(F2FS_I_SB(inode), "set inode (%lu) has corrupted xattr",
fs/f2fs/xattr.c
702
f2fs_err(F2FS_I_SB(inode), "inode (%lu) has invalid last xattr entry, entry_size: %zu",