Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dlzo.c85 workspace->buf = kvmalloc(lzo1x_worst_compress(PAGE_SIZE), GFP_KERNEL); in lzo_alloc_workspace()
86 workspace->cbuf = kvmalloc(lzo1x_worst_compress(PAGE_SIZE), GFP_KERNEL); in lzo_alloc_workspace()
296 const size_t max_segment_len = lzo1x_worst_compress(PAGE_SIZE); in lzo_decompress_bio()
430 size_t max_segment_len = lzo1x_worst_compress(PAGE_SIZE); in lzo_decompress()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dlzo.h20 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dlzo.h21 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3 + 2) macro
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dcompr_lzo.c33 lzo_compress_buf = vmalloc(lzo1x_worst_compress(PAGE_SIZE)); in alloc_workspace()
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_unlzo.c133 in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE)); in unlzo()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dswap.c522 #define LZO_CMP_PAGES DIV_ROUND_UP(lzo1x_worst_compress(LZO_UNC_SIZE) + \
826 lzo1x_worst_compress(data[thr].unc_len))) { in save_image_lzo()
1350 lzo1x_worst_compress(LZO_UNC_SIZE))) { in load_image_lzo()
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregcache-lzo.c73 lzo_ctx->dst_len = lzo1x_worst_compress(PAGE_SIZE); in regcache_lzo_compress_cache_block()
/OK3568_Linux_fs/kernel/fs/pstore/
H A Dplatform.c203 return lzo1x_worst_compress(size); in zbufsize_lzo()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dcompress.c180 cc->clen = lzo1x_worst_compress(PAGE_SIZE << cc->log_cluster_size); in lzo_init_compress_ctx()