Searched refs:lzo1x_worst_compress (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dlzo.h21 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3 + 2) macro
/linux-master/fs/jffs2/
H A Dcompr_lzo.c33 lzo_compress_buf = vmalloc(lzo1x_worst_compress(PAGE_SIZE));
/linux-master/fs/btrfs/
H A Dlzo.c47 * Variable size. Size up limit should be lzo1x_worst_compress(sectorsize)
61 #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);
/linux-master/lib/
H A Ddecompress_unlzo.c132 in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE));
/linux-master/fs/f2fs/
H A Dcompress.c184 cc->clen = lzo1x_worst_compress(PAGE_SIZE << cc->log_cluster_size);

Completed in 129 milliseconds