Home
last modified time | relevance | path

Searched refs:errln (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/staging/erofs/
Dsuper.c90 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()
Dinode.c27 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()
Ddir.c105 errln("%s, invalid de[0].nameoff %u", in erofs_readdir()
Dunzip_lz4.c242 errln("%s, failed to decompress, in[%p, %zu] outlen[%p, %zu]", in z_erofs_unzip_lz4()
Dunzip_vle.c1318 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",
Ddata.c129 errln("internal error @ nid: %llu (size %llu), m_la 0x%llx", in erofs_map_blocks_flatmode()
Dinternal.h31 #define errln(x, ...) pr_err(x "\n", ##__VA_ARGS__) macro