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

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

Completed in 126 milliseconds