Searched refs:squashfs_first_page (Results 1 – 9 of 9) sorted by relevance
16 void *(*squashfs_first_page)(struct squashfs_page_actor *); member 43 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page() function 45 return actor->squashfs_first_page(actor); in squashfs_first_page()
19 * Calling code should avoid sleeping between calls to squashfs_first_page()56 actor->squashfs_first_page = cache_first_page; in squashfs_page_actor_init() 137 actor->squashfs_first_page = direct_first_page; in squashfs_page_actor_init_special()
62 stream->next_out = squashfs_first_page(output); in zlib_uncompress()
92 data = squashfs_first_page(output); in lzo_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()
518 addr = squashfs_first_page(actor); in squashfs_readahead_fragment()