squashfs_next_page  175 fs/squashfs/block.c 					data = squashfs_next_page(output);
squashfs_next_page  125 fs/squashfs/lz4_wrapper.c 		data = squashfs_next_page(output);
squashfs_next_page   99 fs/squashfs/lzo_wrapper.c 			data = squashfs_next_page(output);
squashfs_next_page   54 fs/squashfs/page_actor.c 	actor->squashfs_next_page = cache_next_page;
squashfs_next_page   95 fs/squashfs/page_actor.c 	actor->squashfs_next_page = direct_next_page;
squashfs_next_page   56 fs/squashfs/page_actor.h 	void    *(*squashfs_next_page)(struct squashfs_page_actor *);
squashfs_next_page   72 fs/squashfs/page_actor.h 	return actor->squashfs_next_page(actor);
squashfs_next_page  145 fs/squashfs/xz_wrapper.c 			stream->buf.out = squashfs_next_page(output);
squashfs_next_page   73 fs/squashfs/zlib_wrapper.c 			stream->next_out = squashfs_next_page(output);
squashfs_next_page   95 fs/squashfs/zstd_wrapper.c 			out_buf.dst = squashfs_next_page(output);