Lines Matching defs:dlen
881 unsigned int dlen;
933 dlen = PAGE_SIZE;
937 dst, &dlen);
941 BUG_ON(dlen != PAGE_SIZE);
1026 unsigned int hlen, dlen = PAGE_SIZE;
1097 ret = crypto_comp_compress(tfm, src, PAGE_SIZE, dst, &dlen);
1110 ret = zpool_malloc(entry->pool->zpool, hlen + dlen, gfp, &handle);
1121 memcpy(buf + hlen, dst, dlen);
1128 entry->length = dlen;
1170 unsigned int dlen;
1200 dlen = PAGE_SIZE;
1213 ret = crypto_comp_decompress(tfm, src, entry->length, dst, &dlen);