Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlzo.h20 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3) macro
/linux-4.4.14/fs/btrfs/
Dlzo.c58 workspace->buf = vmalloc(lzo1x_worst_compress(PAGE_CACHE_SIZE)); in lzo_alloc_workspace()
59 workspace->cbuf = vmalloc(lzo1x_worst_compress(PAGE_CACHE_SIZE)); in lzo_alloc_workspace()
353 out_len = lzo1x_worst_compress(PAGE_CACHE_SIZE); in lzo_decompress_biovec()
/linux-4.4.14/fs/jffs2/
Dcompr_lzo.c33 lzo_compress_buf = vmalloc(lzo1x_worst_compress(PAGE_SIZE)); in alloc_workspace()
/linux-4.4.14/lib/
Ddecompress_unlzo.c147 in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE)); in unlzo()
/linux-4.4.14/drivers/base/regmap/
Dregcache-lzo.c77 lzo_ctx->dst_len = lzo1x_worst_compress(PAGE_SIZE); in regcache_lzo_compress_cache_block()
/linux-4.4.14/kernel/power/
Dswap.c497 #define LZO_CMP_PAGES DIV_ROUND_UP(lzo1x_worst_compress(LZO_UNC_SIZE) + \
804 lzo1x_worst_compress(data[thr].unc_len))) { in save_image_lzo()
1325 lzo1x_worst_compress(LZO_UNC_SIZE))) { in load_image_lzo()