Searched refs:ERROR (Results 1 – 21 of 21) sorted by relevance
/fs/squashfs/ |
D | cache.c | 164 ERROR("Unable to read %s cache entry [%llx]\n", cache->name, in squashfs_cache_get() 230 ERROR("Failed to allocate %s cache\n", name); in squashfs_cache_init() 236 ERROR("Failed to allocate %s cache\n", name); in squashfs_cache_init() 260 ERROR("Failed to allocate %s cache entry\n", name); in squashfs_cache_init() 267 ERROR("Failed to allocate %s buffer\n", name); in squashfs_cache_init() 275 ERROR("Failed to allocate %s cache entry\n", name); in squashfs_cache_init()
|
D | zstd_wrapper.c | 45 ERROR("Failed to allocate zstd workspace\n"); in zstd_init() 76 ERROR("Failed to initialize zstd decompressor\n"); in zstd_uncompress() 118 ERROR("zstd decompression error: %d\n", in zstd_uncompress()
|
D | namei.c | 78 ERROR("Failed to allocate squashfs_dir_index\n"); in get_dir_index_using_name() 144 ERROR("Failed to allocate squashfs_dir_entry\n"); in squashfs_lookup() 226 ERROR("Unable to read directory block [%llx:%x]\n", in squashfs_lookup()
|
D | symlink.c | 56 ERROR("Unable to read symlink [%llx:%x]\n", in squashfs_symlink_readpage() 73 ERROR("Unable to read symlink [%llx:%x]\n", in squashfs_symlink_readpage()
|
D | lz4_wrapper.c | 44 ERROR("Unknown LZ4 version\n"); in lz4_comp_opts() 74 ERROR("Failed to initialise LZ4 decompressor\n"); in lz4_init()
|
D | file.c | 107 ERROR("Failed to allocate meta_index\n"); in empty_meta_index() 168 ERROR("read_indexes: Failed to allocate block_list\n"); in read_indexes() 178 ERROR("read_indexes: reading block [%llx:%x]\n", in read_indexes() 430 ERROR("Unable to read page, block %llx, size %x\n", in squashfs_readpage_fragment()
|
D | dir.c | 111 ERROR("Failed to allocate squashfs_dir_entry\n"); in squashfs_readdir() 213 ERROR("Unable to read directory block [%llx:%x]\n", block, offset); in squashfs_readdir()
|
D | xattr.h | 20 ERROR("Xattrs in filesystem, these will be ignored\n"); in squashfs_read_xattr_id_table()
|
D | file_cache.c | 29 ERROR("Unable to read page, block %llx, size %x\n", block, in squashfs_readpage_block()
|
D | decompressor_single.c | 74 ERROR("%s decompression failed, data probably corrupt\n", in squashfs_decompress()
|
D | squashfs.h | 13 #define ERROR(s, args...) pr_err("SQUASHFS error: "s, ## args) macro
|
D | decompressor_multi_percpu.c | 86 ERROR("%s decompression failed, data probably corrupt\n", in squashfs_decompress()
|
D | zlib_wrapper.c | 36 ERROR("Failed to allocate zlib workspace\n"); in zlib_init()
|
D | lzo_wrapper.c | 47 ERROR("Failed to allocate lzo workspace\n"); in lzo_init()
|
D | super.c | 83 ERROR("Failed to allocate squashfs_sb_info\n"); in squashfs_fill_super() 320 ERROR("Root inode create failed\n"); in squashfs_fill_super()
|
D | inode.c | 390 ERROR("Unknown inode type %d in squashfs_iget!\n", type); in squashfs_read_inode() 409 ERROR("Unable to read inode 0x%llx\n", ino); in squashfs_read_inode()
|
D | decompressor_multi.c | 193 ERROR("%s decompression failed, data probably corrupt\n", in squashfs_decompress()
|
D | xz_wrapper.c | 103 ERROR("Failed to initialise xz decompressor\n"); in squashfs_xz_init()
|
D | file_direct.c | 153 ERROR("Unable to read page, block %llx, size %x\n", block, in squashfs_read_cache()
|
D | block.c | 200 ERROR("squashfs_read_data failed to read block 0x%llx\n", in squashfs_read_data()
|
/fs/ocfs2/cluster/ |
D | masklog.c | 120 define_mask(ERROR),
|