Searched refs:erofs_dbg (Results 1 – 10 of 10) sorted by relevance
/external/erofs-utils/fuse/ |
D | main.c | 47 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/ |
D | main.c | 377 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/ |
D | print.h | 46 #define erofs_dbg(fmt, ...) do { \ macro
|
/external/erofs-utils/lib/ |
D | compress.c | 162 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()
|
D | dir.c | 35 erofs_dbg("traversed nid (%llu)", ctx->de_nid | 0ULL); in traverse_dirents()
|
D | inode.c | 637 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()
|
D | blobchunk.c | 71 erofs_dbg("Writing chunk (%u bytes) to %u", chunksize, chunk->blkaddr); in erofs_blob_getchunk()
|
D | cache.c | 406 erofs_dbg("block %u to %u flushed", p->blkaddr, blkaddr - 1); in erofs_bflush()
|
D | xattr.c | 153 erofs_dbg("parse xattr [%s] of %s", path, key); in parse_one_xattr()
|
D | zmap.c | 631 erofs_dbg("m_la %" PRIu64 " m_pa %" PRIu64 " m_llen %" PRIu64 " m_plen %" PRIu64 " m_flags 0%o", in z_erofs_do_map_blocks()
|