Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Ddecompressor_crypto.c9 struct sg_table st_src, st_dst; in __z_erofs_crypto_decompress() local
33 ret = sg_alloc_table_from_pages_segment(&st_dst, rq->out, rq->outpages, in __z_erofs_crypto_decompress()
39 st_dst.sgl, rq->inputsize, rq->outputsize); in __z_erofs_crypto_decompress()
52 sg_free_table(&st_dst); in __z_erofs_crypto_decompress()