Lines Matching defs:dlen
127 unsigned int dlen;
133 if (req->dst && !req->dlen)
136 if (!req->dlen || req->dlen > SCOMP_SCRATCH_SIZE)
137 req->dlen = SCOMP_SCRATCH_SIZE;
139 dlen = req->dlen;
147 scratch->dst, &req->dlen, *ctx);
150 scratch->dst, &req->dlen, *ctx);
153 req->dst = sgl_alloc(req->dlen, GFP_ATOMIC, NULL);
158 } else if (req->dlen > dlen) {
162 scatterwalk_map_and_copy(scratch->dst, req->dst, 0, req->dlen,