lzo1x_worst_compress 73 drivers/base/regmap/regcache-lzo.c lzo_ctx->dst_len = lzo1x_worst_compress(PAGE_SIZE); lzo1x_worst_compress 105 fs/btrfs/lzo.c workspace->buf = kvmalloc(lzo1x_worst_compress(PAGE_SIZE), GFP_KERNEL); lzo1x_worst_compress 106 fs/btrfs/lzo.c workspace->cbuf = kvmalloc(lzo1x_worst_compress(PAGE_SIZE), GFP_KERNEL); lzo1x_worst_compress 320 fs/btrfs/lzo.c const size_t max_segment_len = lzo1x_worst_compress(PAGE_SIZE); lzo1x_worst_compress 455 fs/btrfs/lzo.c size_t max_segment_len = lzo1x_worst_compress(PAGE_SIZE); lzo1x_worst_compress 33 fs/jffs2/compr_lzo.c lzo_compress_buf = vmalloc(lzo1x_worst_compress(PAGE_SIZE)); lzo1x_worst_compress 206 fs/pstore/platform.c return lzo1x_worst_compress(size); lzo1x_worst_compress 514 kernel/power/swap.c #define LZO_CMP_PAGES DIV_ROUND_UP(lzo1x_worst_compress(LZO_UNC_SIZE) + \ lzo1x_worst_compress 817 kernel/power/swap.c lzo1x_worst_compress(data[thr].unc_len))) { lzo1x_worst_compress 1339 kernel/power/swap.c lzo1x_worst_compress(LZO_UNC_SIZE))) { lzo1x_worst_compress 133 lib/decompress_unlzo.c in_buf = malloc(lzo1x_worst_compress(LZO_BLOCK_SIZE));