Searched refs:squashfs_next_page (Results 1 – 7 of 7) sorted by relevance
40 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page() function58 void *(*squashfs_next_page)(struct squashfs_page_actor *); member72 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page() function74 return actor->squashfs_next_page(actor); in squashfs_next_page()
56 actor->squashfs_next_page = cache_next_page; in squashfs_page_actor_init()97 actor->squashfs_next_page = direct_next_page; in squashfs_page_actor_init_special()
86 stream->next_out = squashfs_next_page(output); in zlib_uncompress()
112 data = squashfs_next_page(output); in lzo_uncompress()
127 data = squashfs_next_page(output); in lz4_uncompress()
158 stream->buf.out = squashfs_next_page(output); in squashfs_xz_uncompress()
185 data = squashfs_next_page(output); in squashfs_read_data()