Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlzo.h21 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3 + 2) macro
/openbmc/u-boot/include/linux/
H A Dlzo.h20 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3) macro
/openbmc/linux/fs/btrfs/
H A Dlzo.c61 #define WORKSPACE_BUF_LENGTH (lzo1x_worst_compress(PAGE_SIZE))
62 #define WORKSPACE_CBUF_LENGTH (lzo1x_worst_compress(PAGE_SIZE))
370 size_t out_len = lzo1x_worst_compress(sectorsize); in lzo_decompress_bio()
/openbmc/linux/fs/jffs2/
H A Dcompr_lzo.c33 lzo_compress_buf = vmalloc(lzo1x_worst_compress(PAGE_SIZE)); in alloc_workspace()
/openbmc/linux/lib/
H A Ddecompress_unlzo.c132 in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE)); in unlzo()
/openbmc/linux/kernel/power/
H A Dswap.c524 #define LZO_CMP_PAGES DIV_ROUND_UP(lzo1x_worst_compress(LZO_UNC_SIZE) + \
825 lzo1x_worst_compress(data[thr].unc_len))) { in save_image_lzo()
1346 lzo1x_worst_compress(LZO_UNC_SIZE))) { in load_image_lzo()
/openbmc/linux/fs/f2fs/
H A Dcompress.c184 cc->clen = lzo1x_worst_compress(PAGE_SIZE << cc->log_cluster_size); in lzo_init_compress_ctx()