Searched refs:errln (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/staging/erofs/ |
D | super.c | 90 errln("cannot read erofs superblock"); in superblock_read() 100 errln("cannot find valid erofs superblock"); in superblock_read() 107 errln("blksize %u isn't supported on this platform", in superblock_read() 122 errln("clusterbits %u is not supported on this kernel", in superblock_read() 251 errln("Unrecognized mount option \"%s\" " in parse_options() 327 errln("failed to set erofs blksize"); in erofs_read_super() 383 errln("rootino(nid %llu) is not a directory(i_mode %o)", in erofs_read_super()
|
D | inode.c | 27 errln("unknown data mapping mode %u of nid %llu", in read_inode() 94 errln("unsupported on-disk inode version %u of nid %llu", in read_inode() 168 errln("failed to get inode (nid: %llu) page, err %ld", in fill_inode()
|
D | dir.c | 105 errln("%s, invalid de[0].nameoff %u", in erofs_readdir()
|
D | unzip_lz4.c | 242 errln("%s, failed to decompress, in[%p, %zu] outlen[%p, %zu]", in z_erofs_unzip_lz4()
|
D | unzip_vle.c | 1318 errln("%s, failed to read, err [%d]", __func__, err); 1374 errln("%s, readahead error at page %lu of nid %llu", 1618 errln("invalid logical cluster 0 at nid %llu", 1632 errln("unknown cluster type %u at offset %llu of nid %llu",
|
D | data.c | 129 errln("internal error @ nid: %llu (size %llu), m_la 0x%llx", in erofs_map_blocks_flatmode()
|
D | internal.h | 31 #define errln(x, ...) pr_err(x "\n", ##__VA_ARGS__) macro
|