| /linux/fs/erofs/ |
| H A D | inode.c | 26 erofs_err(inode->i_sb, "invalid fast symlink size %llu @ nid %llu", in erofs_fill_symlink() 55 erofs_err(sb, "failed to read inode meta block (nid: %llu): %d", in erofs_read_inode() 63 erofs_err(sb, "unsupported i_format %u of nid %llu", in erofs_read_inode() 71 erofs_err(sb, "unsupported datalayout %u of nid %llu", in erofs_read_inode() 94 erofs_err(sb, "failed to read inode payload block (nid: %llu): %d", in erofs_read_inode() 137 erofs_err(sb, "unsupported on-disk inode version %u of nid %llu", in erofs_read_inode() 144 erofs_err(sb, "negative i_size @ nid %llu", vi->nid); in erofs_read_inode() 180 erofs_err(sb, "bogus i_mode (%o) @ nid %llu", inode->i_mode, in erofs_read_inode() 189 erofs_err(sb, "compressed inode (nid %llu) is invalid in a plain filesystem", in erofs_read_inode() 202 erofs_err(sb, "unsupported chunk format %x of nid %llu", in erofs_read_inode()
|
| H A D | super.c | 55 erofs_err(sb, "invalid checksum 0x%08x, 0x%08x expected", in erofs_superblock_csum_verify() 139 erofs_err(sb, "empty device tag @ pos %llu", *pos); in erofs_init_device() 203 erofs_err(sb, "extra devices don't match (ondisk %u, given %u)", in erofs_scan_devices() 262 erofs_err(sb, "cannot read erofs superblock"); in erofs_read_superblock() 269 erofs_err(sb, "cannot find valid erofs superblock"); in erofs_read_superblock() 275 erofs_err(sb, "blkszbits %u isn't supported", sbi->blkszbits); in erofs_read_superblock() 279 erofs_err(sb, "dirblkbits %u isn't supported", dsb->dirblkbits); in erofs_read_superblock() 293 erofs_err(sb, "unidentified incompatible feature %x, please upgrade kernel", in erofs_read_superblock() 300 erofs_err(sb, "invalid sb_extslots %u (more than a fs block)", in erofs_read_superblock() 313 erofs_err(sb, "invalid ishare xattr prefix id %u", in erofs_read_superblock() [all …]
|
| H A D | decompressor_lzma.c | 82 erofs_err(sb, "invalid lzma cfgs, size=%u", size); in z_erofs_load_lzma_config() 86 erofs_err(sb, "unidentified lzma format %x, please check kernel version", in z_erofs_load_lzma_config() 92 erofs_err(sb, "unsupported lzma dictionary size %u", in z_erofs_load_lzma_config()
|
| H A D | zmap.c | 252 erofs_err(m->inode->i_sb, "unknown type %u @ lcn %u of nid %llu", in z_erofs_load_lcluster_from_disk() 289 erofs_err(sb, "bogus lookback distance %u @ lcn %lu of nid %llu", in z_erofs_extent_lookback() 334 erofs_err(sb, "bogus CBLKCNT @ lcn %lu of nid %llu", lcn, vi->nid); in z_erofs_get_extent_compressedlen() 461 erofs_err(sb, "ztailpacking inline data across blocks @ nid %llu", in z_erofs_map_blocks_fo() 676 erofs_err(sb, "per-inode big pcluster without sb feature for nid %llu", in z_erofs_fill_inode() 684 erofs_err(sb, "big pcluster head1/2 of compact indexes should be consistent for nid %llu", in z_erofs_fill_inode() 720 erofs_err(inode->i_sb, "unknown algorithm %d @ pos %llu for nid %llu, please upgrade kernel", in z_erofs_map_sanity_check() 726 erofs_err(inode->i_sb, "inconsistent algorithmtype %u for nid %llu", in z_erofs_map_sanity_check()
|
| H A D | fscache.c | 140 erofs_err(NULL, "prepare_ondemand_read failed (source %d)", source); in erofs_fscache_read_io_async() 151 erofs_err(NULL, "fscache_read failed (ret %d)", ret); in erofs_fscache_read_io_async() 404 erofs_err(sb, "failed to register volume for %s", name); in erofs_fscache_register_volume() 494 erofs_err(sb, "failed to get cookie for %s", name); in erofs_fscache_acquire_cookie() 507 erofs_err(sb, "failed to get anon inode for %s", name); in erofs_fscache_acquire_cookie() 575 erofs_err(sb, "%s already exists in domain %s", name, in erofs_domain_register_cookie()
|
| H A D | decompressor_deflate.c | 60 erofs_err(sb, "invalid deflate cfgs, size=%u", size); in z_erofs_load_deflate_config() 65 erofs_err(sb, "unsupported windowbits %u", dfl->windowbits); in z_erofs_load_deflate_config()
|
| H A D | decompressor_zstd.c | 85 erofs_err(sb, "unsupported zstd format, size=%u", size); in z_erofs_load_zstd_config() 90 erofs_err(sb, "unsupported zstd window log %u", zstd->windowlog); in z_erofs_load_zstd_config()
|
| H A D | zdata.c | 409 erofs_err(sb, "per-cpu workers: failed to allocate."); in z_erofs_init_pcpu_workers() 415 erofs_err(sb, "per-cpu workers: failed CPU hotplug init."); in z_erofs_init_pcpu_workers() 823 erofs_err(sb, "failed to read inline data %pe @ pa %llu of nid %llu", in z_erofs_pcluster_begin() 1316 erofs_err(be->sb, "failed to decompress (%s) %pe @ pa %llu size %u => %u", in z_erofs_decompress_pcluster() 1321 erofs_err(be->sb, "failed to decompress (%s) %s @ pa %llu size %u => %u", in z_erofs_decompress_pcluster() 1895 erofs_err(realinode->i_sb, "read error %d @ %lu of nid %llu", in z_erofs_read_folio() 1930 erofs_err(realinode->i_sb, "readahead error at folio %lu @ nid %llu", in z_erofs_readahead()
|
| H A D | namei.c | 113 erofs_err(dir->i_sb, in erofs_find_target_block()
|
| H A D | fileio.c | 187 erofs_err(realinode->i_sb, "readahead error at folio %lu @ nid %llu", in erofs_fileio_readahead()
|
| H A D | xattr.c | 69 erofs_err(sb, "xattr_isize %d of nid %llu is not supported yet", in erofs_init_inode_xattrs() 74 erofs_err(sb, "bogus xattr ibody @ nid %llu", vi->nid); in erofs_init_inode_xattrs()
|
| H A D | internal.h | 24 #define erofs_err(sb, fmt, ...) \ macro
|
| H A D | data.c | 167 erofs_err(sb, "inline data across blocks @ nid %llu", vi->nid); in erofs_map_blocks()
|