Lines Matching refs:LZO_LEN
30 #define LZO_LEN 4 macro
76 memcpy(buf, &dlen, LZO_LEN); in write_compress_length()
83 memcpy(&dlen, buf, LZO_LEN); in read_compress_length()
132 out_offset = LZO_LEN; in lzo_compress_pages()
133 tot_out = LZO_LEN; in lzo_compress_pages()
136 pg_bytes_left = PAGE_CACHE_SIZE - LZO_LEN; in lzo_compress_pages()
152 tot_out += LZO_LEN; in lzo_compress_pages()
153 out_offset += LZO_LEN; in lzo_compress_pages()
154 pg_bytes_left -= LZO_LEN; in lzo_compress_pages()
177 if ((out_len == 0 && pg_bytes_left < LZO_LEN) || in lzo_compress_pages()
289 tot_in = LZO_LEN; in lzo_decompress_biovec()
290 in_offset = LZO_LEN; in lzo_decompress_biovec()
292 in_page_bytes_left = PAGE_CACHE_SIZE - LZO_LEN; in lzo_decompress_biovec()
299 in_page_bytes_left -= LZO_LEN; in lzo_decompress_biovec()
300 in_offset += LZO_LEN; in lzo_decompress_biovec()
301 tot_in += LZO_LEN; in lzo_decompress_biovec()
329 if ((working_bytes == 0 && in_page_bytes_left < LZO_LEN) in lzo_decompress_biovec()
394 BUG_ON(srclen < LZO_LEN); in lzo_decompress()
397 data_in += LZO_LEN; in lzo_decompress()
400 data_in += LZO_LEN; in lzo_decompress()