Home
last modified time | relevance | path

Searched refs:erofs_dbg (Results 1 – 10 of 10) sorted by relevance

/external/erofs-utils/fuse/
Dmain.c47 erofs_dbg("readdir:%s offset=%llu", path, (long long)offset); in erofsfuse_readdir()
53 erofs_dbg("path=%s nid = %llu", path, dir.nid | 0ULL); in erofsfuse_readdir()
74 erofs_dbg("open path=%s", path); in erofsfuse_open()
87 erofs_dbg("getattr(%s)", path); in erofsfuse_getattr()
113 erofs_dbg("path:%s size=%zd offset=%llu", path, size, (long long)offset); in erofsfuse_read()
138 erofs_dbg("readlink(%s): %s", path, buffer); in erofsfuse_readlink()
/external/erofs-utils/fsck/
Dmain.c377 erofs_dbg("verify data chunk of nid(%llu): type(%d)", in erofs_verify_inode_data()
503 erofs_dbg("create directory %s", fsckcfg.extract_path); in erofs_extract_dir()
550 erofs_dbg("extract file to path: %s", fsckcfg.extract_path); in erofs_extract_file()
596 erofs_dbg("extract symlink to path: %s", fsckcfg.extract_path); in erofs_extract_symlink()
646 erofs_dbg("extract special to path: %s", fsckcfg.extract_path); in erofs_extract_special()
712 erofs_dbg("check inode: nid(%llu)", nid | 0ULL); in erofsfsck_check_inode()
/external/erofs-utils/include/erofs/
Dprint.h46 #define erofs_dbg(fmt, ...) do { \ macro
/external/erofs-utils/lib/
Dcompress.c162 erofs_dbg("Writing %u uncompressed data to block %u", in write_uncompressed_extent()
194 erofs_dbg("Recording %u %scompressed inline data", in z_erofs_fill_inline_data()
317 erofs_dbg("Writing %u compressed data to %u of %u blocks", in vle_compress_one()
Ddir.c35 erofs_dbg("traversed nid (%llu)", ctx->de_nid | 0ULL); in traverse_dirents()
Dinode.c637 erofs_dbg("Inline %scompressed data (%u bytes) to %s", in erofs_prepare_inode_buffer()
643 erofs_dbg("Inline tail-end data (%u bytes) to %s", in erofs_prepare_inode_buffer()
809 erofs_dbg("/%s -> mode = 0x%x, uid = 0x%x, gid = 0x%x, capabilities = 0x%" PRIx64, in erofs_droid_inode_fsconfig()
Dblobchunk.c71 erofs_dbg("Writing chunk (%u bytes) to %u", chunksize, chunk->blkaddr); in erofs_blob_getchunk()
Dcache.c406 erofs_dbg("block %u to %u flushed", p->blkaddr, blkaddr - 1); in erofs_bflush()
Dxattr.c153 erofs_dbg("parse xattr [%s] of %s", path, key); in parse_one_xattr()
Dzmap.c631 erofs_dbg("m_la %" PRIu64 " m_pa %" PRIu64 " m_llen %" PRIu64 " m_plen %" PRIu64 " m_flags 0%o", in z_erofs_do_map_blocks()