Home
last modified time | relevance | path

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

/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_folios()
348 cur_in += LZO_LEN; in lzo_decompress_bio()
381 (cur_in + LZO_LEN - 1) / sectorsize); in lzo_decompress_bio()
387 cur_in += LZO_LEN; in lzo_decompress_bio()
[all …]