Searched refs:ctxt (Results 1 – 4 of 4) sorted by relevance
28 int sqfs_decompressor_init(struct squashfs_ctxt *ctxt) in sqfs_decompressor_init() argument30 u16 comp_type = get_unaligned_le16(&ctxt->sblk->compression); in sqfs_decompressor_init()43 ctxt->zstd_workspace = malloc(ZSTD_DCtxWorkspaceBound()); in sqfs_decompressor_init()44 if (!ctxt->zstd_workspace) in sqfs_decompressor_init()56 void sqfs_decompressor_cleanup(struct squashfs_ctxt *ctxt) in sqfs_decompressor_cleanup() argument58 u16 comp_type = get_unaligned_le16(&ctxt->sblk->compression); in sqfs_decompressor_cleanup()71 free(ctxt->zstd_workspace); in sqfs_decompressor_cleanup()103 ctx = ZSTD_initDCtx(ctxt->zstd_workspace, wsize); in sqfs_zstd_decompress()110 int sqfs_decompress(struct squashfs_ctxt *ctxt, void *dest, in sqfs_decompress() argument113 u16 comp_type = get_unaligned_le16(&ctxt->sblk->compression); in sqfs_decompress()[all …]
56 int sqfs_decompress(struct squashfs_ctxt *ctxt, void *dest,58 int sqfs_decompressor_init(struct squashfs_ctxt *ctxt);59 void sqfs_decompressor_cleanup(struct squashfs_ctxt *ctxt);
32 if (!ctxt.cur_dev) in sqfs_disk_read()35 ret = blk_dread(ctxt.cur_dev, ctxt.cur_part_info.start + block, in sqfs_disk_read()118 ctxt.cur_dev->blksz; in sqfs_frag_lookup()700 ctxt.cur_dev->blksz; in sqfs_read_inode_table()1098 ctxt.sblk = sblk; in sqfs_probe()1107 ctxt.cur_dev = NULL; in sqfs_probe()1108 free(ctxt.sblk); in sqfs_probe()1109 ctxt.sblk = NULL; in sqfs_probe()1710 free(ctxt.sblk); in sqfs_close()1711 ctxt.sblk = NULL; in sqfs_close()[all …]
99 - ``rep+ctxt`` runs successively the report mode and the context mode.
Completed in 8 milliseconds