squashfs_first_page  168 fs/squashfs/block.c 		void *data = squashfs_first_page(output);
squashfs_first_page  115 fs/squashfs/lz4_wrapper.c 	data = squashfs_first_page(output);
squashfs_first_page   89 fs/squashfs/lzo_wrapper.c 	data = squashfs_first_page(output);
squashfs_first_page   53 fs/squashfs/page_actor.c 	actor->squashfs_first_page = cache_first_page;
squashfs_first_page   94 fs/squashfs/page_actor.c 	actor->squashfs_first_page = direct_first_page;
squashfs_first_page   55 fs/squashfs/page_actor.h 	void    *(*squashfs_first_page)(struct squashfs_page_actor *);
squashfs_first_page   68 fs/squashfs/page_actor.h 	return actor->squashfs_first_page(actor);
squashfs_first_page  132 fs/squashfs/xz_wrapper.c 	stream->buf.out = squashfs_first_page(output);
squashfs_first_page   60 fs/squashfs/zlib_wrapper.c 	stream->next_out = squashfs_first_page(output);
squashfs_first_page   81 fs/squashfs/zstd_wrapper.c 	out_buf.dst = squashfs_first_page(output);