Searched refs:squashfs_first_page (Results 1 – 8 of 8) sorted by relevance
16 void *(*squashfs_first_page)(struct squashfs_page_actor *); member41 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page() function43 return actor->squashfs_first_page(actor); in squashfs_first_page()
56 actor->squashfs_first_page = cache_first_page; in squashfs_page_actor_init()132 actor->squashfs_first_page = direct_first_page; in squashfs_page_actor_init_special()
92 data = squashfs_first_page(output); in lzo_uncompress()
62 stream->next_out = squashfs_first_page(output); in zlib_uncompress()
118 data = squashfs_first_page(output); in lz4_uncompress()
82 out_buf.dst = squashfs_first_page(output); in zstd_uncompress()
133 stream->buf.out = squashfs_first_page(output); in squashfs_xz_uncompress()
44 actor_addr = squashfs_first_page(actor); in copy_bio_to_actor()