Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dlzo.c18 #define LZO_LEN 4 macro
26 * Fixed size. LZO_LEN (4) bytes long, LE32.
37 * Fixed size. LZO_LEN (4) bytes long, LE32.
103 memcpy(buf, &dlen, LZO_LEN); in write_compress_length()
110 memcpy(&dlen, buf, LZO_LEN); in read_compress_length()
155 out_offset = LZO_LEN; in lzo_compress_pages()
156 tot_out = LZO_LEN; in lzo_compress_pages()
159 pg_bytes_left = PAGE_SIZE - LZO_LEN; in lzo_compress_pages()
175 tot_out += LZO_LEN; in lzo_compress_pages()
176 out_offset += LZO_LEN; in lzo_compress_pages()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dlzo.c22 #define LZO_LEN 4 macro
30 * Fixed size. LZO_LEN (4) bytes long, LE32.
41 * Fixed size. LZO_LEN (4) bytes long, LE32.
110 memcpy(buf, &dlen, LZO_LEN); in write_compress_length()
117 memcpy(&dlen, buf, LZO_LEN); in read_compress_length()
127 * If not, we will pad at most (LZO_LEN (4)) - 1 bytes of zeros.
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()
[all...]

Completed in 2 milliseconds