Searched refs:squashfs_next_page (Results 1 – 8 of 8) sorted by relevance
38 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page() function56 void *(*squashfs_next_page)(struct squashfs_page_actor *); member70 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page() function72 return actor->squashfs_next_page(actor); in squashfs_next_page()
54 actor->squashfs_next_page = cache_next_page; in squashfs_page_actor_init()95 actor->squashfs_next_page = direct_next_page; in squashfs_page_actor_init_special()
73 stream->next_out = squashfs_next_page(output); in zlib_uncompress()
99 data = squashfs_next_page(output); in lzo_uncompress()
125 data = squashfs_next_page(output); in lz4_uncompress()
95 out_buf.dst = squashfs_next_page(output); in zstd_uncompress()
145 stream->buf.out = squashfs_next_page(output); in squashfs_xz_uncompress()
175 data = squashfs_next_page(output); in squashfs_read_data()