Searched refs:LZO_LEN (Results 1 – 1 of 1) sorted by relevance
19 #define LZO_LEN 4 macro107 memcpy(buf, &dlen, LZO_LEN); in write_compress_length()114 memcpy(&dlen, buf, LZO_LEN); in read_compress_length()147 ASSERT((*cur_out / sectorsize) == (*cur_out + LZO_LEN - 1) / sectorsize); in copy_compressed_data_to_page()161 *cur_out += LZO_LEN; in copy_compressed_data_to_page()196 if (sector_bytes_left >= LZO_LEN || sector_bytes_left == 0) in copy_compressed_data_to_page()234 cur_out += LZO_LEN; in lzo_compress_pages()344 cur_in += LZO_LEN; in lzo_decompress_bio()374 (cur_in + LZO_LEN - 1) / sectorsize); in lzo_decompress_bio()380 cur_in += LZO_LEN; in lzo_decompress_bio()[all …]