Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dlzo.c22 #define LZO_LEN 4 macro
110 memcpy(buf, &dlen, LZO_LEN); in write_compress_length()
117 memcpy(&dlen, buf, LZO_LEN); in read_compress_length()
150 ASSERT((*cur_out / sectorsize) == (*cur_out + LZO_LEN - 1) / sectorsize); in copy_compressed_data_to_page()
164 *cur_out += LZO_LEN; in copy_compressed_data_to_page()
199 if (sector_bytes_left >= LZO_LEN || sector_bytes_left == 0) in copy_compressed_data_to_page()
237 cur_out += LZO_LEN; in lzo_compress_pages()
347 cur_in += LZO_LEN; in lzo_decompress_bio()
377 (cur_in + LZO_LEN - 1) / sectorsize); in lzo_decompress_bio()
383 cur_in += LZO_LEN; in lzo_decompress_bio()
[all …]