squashfs_next_page
actor_addr = squashfs_next_page(actor);
addr = squashfs_next_page(actor);
data = squashfs_next_page(output);
data = squashfs_next_page(output);
actor->squashfs_next_page = direct_next_page;
actor->squashfs_next_page = cache_next_page;
void *(*squashfs_next_page)(struct squashfs_page_actor *);
return actor->squashfs_next_page(actor);
stream->buf.out = squashfs_next_page(output);
stream->next_out = squashfs_next_page(output);
out_buf.dst = squashfs_next_page(output);