Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dlzo.c21 #define LZO_LEN 4 macro
109 memcpy(buf, &dlen, LZO_LEN); in write_compress_length()
116 memcpy(&dlen, buf, LZO_LEN); in read_compress_length()
163 *cur_out += LZO_LEN; in copy_compressed_data_to_page()
236 cur_out += LZO_LEN; in lzo_compress_pages()
346 cur_in += LZO_LEN; in lzo_decompress_bio()
382 cur_in += LZO_LEN; in lzo_decompress_bio()
418 if (sector_bytes_left >= LZO_LEN) in lzo_decompress_bio()
442 if (srclen < LZO_LEN || srclen > max_segment_len + LZO_LEN * 2) in lzo_decompress()
448 data_in += LZO_LEN; in lzo_decompress()
[all …]

Completed in 3 milliseconds