Lines Matching defs:dlen
120 unsigned int dlen;
126 if (req->dst && !req->dlen)
129 if (!req->dlen || req->dlen > SCOMP_SCRATCH_SIZE)
130 req->dlen = SCOMP_SCRATCH_SIZE;
132 dlen = req->dlen;
140 scratch->dst, &req->dlen, *ctx);
143 scratch->dst, &req->dlen, *ctx);
146 req->dst = sgl_alloc(req->dlen, GFP_ATOMIC, NULL);
151 } else if (req->dlen > dlen) {
155 scatterwalk_map_and_copy(scratch->dst, req->dst, 0, req->dlen,