Home
last modified time | relevance | path

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

/linux-6.15/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()
164 *cur_out += LZO_LEN; in copy_compressed_data_to_page()
237 cur_out += LZO_LEN; in lzo_compress_folios()
348 cur_in += LZO_LEN; in lzo_decompress_bio()
387 cur_in += LZO_LEN; in lzo_decompress_bio()
430 if (sector_bytes_left >= LZO_LEN) in lzo_decompress_bio()
452 if (srclen < LZO_LEN || srclen > max_segment_len + LZO_LEN * 2) in lzo_decompress()
458 data_in += LZO_LEN; in lzo_decompress()
[all …]