/Linux-v5.4/fs/f2fs/ |
D | inode.c | 183 f2fs_warn(sbi, "checksum invalid, nid = %lu, ino_of_node = %x, %x vs. %x", in f2fs_inode_chksum_verify() 208 f2fs_warn(sbi, "%s: corrupted inode i_blocks i_ino=%lx iblocks=%llu, run fsck to fix.", in sanity_check_inode() 215 f2fs_warn(sbi, "%s: corrupted inode footer i_ino=%lx, ino,nid: [%u, %u] run fsck to fix.", in sanity_check_inode() 224 f2fs_warn(sbi, "%s: corrupted inode ino=%lx, run fsck to fix.", in sanity_check_inode() 232 f2fs_warn(sbi, "%s: inode (ino=%lx) is with extra_attr, but extra_attr feature is off", in sanity_check_inode() 240 f2fs_warn(sbi, "%s: inode (ino=%lx) has corrupted i_extra_isize: %d, max: %zu", in sanity_check_inode() 252 f2fs_warn(sbi, "%s: inode (ino=%lx) has corrupted i_inline_xattr_size: %d, max: %zu", in sanity_check_inode() 267 f2fs_warn(sbi, "%s: inode (ino=%lx) extent info [%u, %u, %u] is incorrect, run fsck to fix", in sanity_check_inode() 277 f2fs_warn(sbi, "%s: inode (ino=%lx, mode=%u) should not have inline_data, run fsck to fix", in sanity_check_inode() 284 f2fs_warn(sbi, "%s: inode (ino=%lx, mode=%u) should not have inline_dentry, run fsck to fix", in sanity_check_inode() [all …]
|
D | verity.c | 203 f2fs_warn(F2FS_I_SB(inode), "unknown verity xattr format"); in f2fs_get_verity_descriptor() 212 f2fs_warn(F2FS_I_SB(inode), "invalid verity xattr"); in f2fs_get_verity_descriptor()
|
D | checkpoint.c | 187 f2fs_warn(sbi, "access invalid blkaddr:%u", in f2fs_is_valid_blkaddr() 660 f2fs_warn(sbi, "%s: orphan failed (ino=%x), run fsck to fix.", in recover_orphan_inode() 828 f2fs_warn(sbi, "invalid crc_offset: %zu", crc_offset); in get_checkpoint_version() 835 f2fs_warn(sbi, "invalid crc value"); in get_checkpoint_version() 858 f2fs_warn(sbi, "invalid cp_pack_total_block_count:%u", in validate_checkpoint() 1561 f2fs_warn(sbi, "Start checkpoint disabled!"); in f2fs_write_checkpoint()
|
D | inline.c | 144 f2fs_warn(fio.sbi, "%s: corrupted inline inode ino=%lx, i_addr[0]:0x%x, run fsck to fix.", in f2fs_convert_inline_page() 385 f2fs_warn(F2FS_P_SB(page), "%s: corrupted inline inode ino=%lx, i_addr[0]:0x%x, run fsck to fix.", in f2fs_move_inline_dirents()
|
D | super.c | 451 f2fs_warn(sbi, "discard is required for zoned block devices"); in parse_options() 592 f2fs_warn(sbi, "adaptive mode is not allowed with zoned block device feature"); in parse_options() 610 f2fs_warn(sbi, "Not support %d, larger than %d", in parse_options() 1657 f2fs_warn(sbi, "switch extent_cache option is not allowed"); in f2fs_remount() 1663 f2fs_warn(sbi, "switch io_bits option is not allowed"); in f2fs_remount() 1669 f2fs_warn(sbi, "disabling checkpoint not compatible with read-only"); in f2fs_remount() 1739 f2fs_warn(sbi, "background gc thread has stopped"); in f2fs_remount() 2776 f2fs_warn(sbi, "using deprecated layout of large_nat_bitmap, " in f2fs_sanity_check_ckpt()
|
D | dir.c | 327 f2fs_warn(F2FS_I_SB(dir), "Corrupted max_depth of %lu: %u", in __f2fs_find_entry() 937 f2fs_warn(sbi, "%s: corrupted namelen=%d, run fsck to fix.", in f2fs_fill_dentries()
|
D | file.c | 1882 f2fs_warn(F2FS_I_SB(inode), "Unexpected flush for atomic writes: ino=%lu, npages=%u", in f2fs_ioc_start_atomic_write() 2751 f2fs_warn(sbi, "Can't flush %u in %d for segs_per_sec %u != 1", in f2fs_ioc_flush_device() 3020 f2fs_warn(sbi, "%s: Enable GC = ino %lx after %x GC trials", in f2fs_pin_file_control() 3155 f2fs_warn(F2FS_I_SB(inode), in f2fs_ioc_enable_verity()
|
D | recovery.c | 553 f2fs_warn(sbi, "Inconsistent ofs_of_node, ino:%lu, ofs:%u, %u", in do_recover_data()
|
D | node.c | 37 f2fs_warn(sbi, "%s: out-of-range nid=%x, run fsck to fix.", in f2fs_check_nid_range() 1191 f2fs_warn(F2FS_I_SB(inode), "Inconsistent i_blocks, ino:%lu, iblocks:%llu", in f2fs_remove_inode_page() 1380 …f2fs_warn(sbi, "inconsistent node block, nid:%lu, node_footer[nid:%u,ino:%u,ofs:%u,cpver:%llu,blka… in __get_node_page()
|
D | f2fs.h | 1832 #define f2fs_warn(sbi, fmt, ...) \ macro 1856 f2fs_warn(sbi, "Inconsistent i_blocks, ino:%lu, iblocks:%llu, sectors:%llu", in dec_valid_block_count() 2097 f2fs_warn(sbi, "Inconsistent i_blocks, ino:%lu, iblocks:%llu", in dec_valid_node_count()
|
D | namei.c | 484 f2fs_warn(F2FS_I_SB(inode), "Inconsistent encryption contexts: %lu/%lu", in f2fs_lookup()
|
D | gc.c | 631 f2fs_warn(sbi, "%s: valid data with mismatched node version.", in is_alive()
|
D | segment.c | 2825 f2fs_warn(sbi, "Found FS corruption, run fsck to fix."); in f2fs_trim_fs() 3251 f2fs_warn(sbi, "%s: incorrect segment(%u) type, run fsck to fix.", in f2fs_inplace_write_data()
|