squashfs_first_page
actor_addr = squashfs_first_page(actor);
addr = squashfs_first_page(actor);
data = squashfs_first_page(output);
data = squashfs_first_page(output);
actor->squashfs_first_page = direct_first_page;
actor->squashfs_first_page = cache_first_page;
void *(*squashfs_first_page)(struct squashfs_page_actor *);
return actor->squashfs_first_page(actor);
stream->buf.out = squashfs_first_page(output);
stream->next_out = squashfs_first_page(output);
out_buf.dst = squashfs_first_page(output);