Searched refs:squashfs_first_page (Results 1 – 7 of 7) sorted by relevance
34 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page() function57 void *(*squashfs_first_page)(struct squashfs_page_actor *); member68 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page() function70 return actor->squashfs_first_page(actor); in squashfs_first_page()
55 actor->squashfs_first_page = cache_first_page; in squashfs_page_actor_init()96 actor->squashfs_first_page = direct_first_page; in squashfs_page_actor_init_special()
73 stream->next_out = squashfs_first_page(output); in zlib_uncompress()
102 data = squashfs_first_page(output); in lzo_uncompress()
117 data = squashfs_first_page(output); in lz4_uncompress()
145 stream->buf.out = squashfs_first_page(output); in squashfs_xz_uncompress()
178 void *data = squashfs_first_page(output); in squashfs_read_data()