Home
last modified time | relevance | path

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

/openbmc/linux/fs/isofs/
H A Dcompress.c26 static char zisofs_sink_page[PAGE_SIZE]; variable
127 stream.next_out = (void *)&zisofs_sink_page; in zisofs_uncompress_block()
178 if (stream.next_out != (unsigned char *)zisofs_sink_page) { in zisofs_uncompress_block()
189 if (stream.next_out && stream.next_out != (unsigned char *)zisofs_sink_page) in zisofs_uncompress_block()