Home
last modified time | relevance | path

Searched refs:squashfs_first_page (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/squashfs/
H A Dpage_actor.h16 void *(*squashfs_first_page)(struct squashfs_page_actor *); member
41 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page() function
43 return actor->squashfs_first_page(actor); in squashfs_first_page()
H A Dpage_actor.c56 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()
H A Dzlib_wrapper.c62 stream->next_out = squashfs_first_page(output); in zlib_uncompress()
H A Dlzo_wrapper.c92 data = squashfs_first_page(output); in lzo_uncompress()
H A Dlz4_wrapper.c118 data = squashfs_first_page(output); in lz4_uncompress()
H A Dzstd_wrapper.c82 out_buf.dst = squashfs_first_page(output); in zstd_uncompress()
H A Dxz_wrapper.c133 stream->buf.out = squashfs_first_page(output); in squashfs_xz_uncompress()
H A Dblock.c44 actor_addr = squashfs_first_page(actor); in copy_bio_to_actor()