Home
last modified time | relevance | path

Searched refs:squashfs_next_page (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/fs/squashfs/
Dpage_actor.h17 void *(*squashfs_next_page)(struct squashfs_page_actor *); member
47 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page() function
49 return actor->squashfs_next_page(actor); in squashfs_next_page()
Dpage_actor.c57 actor->squashfs_next_page = cache_next_page; in squashfs_page_actor_init()
138 actor->squashfs_next_page = direct_next_page; in squashfs_page_actor_init_special()
Dzlib_wrapper.c92 stream->next_out = squashfs_next_page(output); in zlib_uncompress()
Dlzo_wrapper.c104 data = squashfs_next_page(output); in lzo_uncompress()
Dlz4_wrapper.c130 data = squashfs_next_page(output); in lz4_uncompress()
Dzstd_wrapper.c110 out_buf.dst = squashfs_next_page(output); in zstd_uncompress()
Dxz_wrapper.c162 stream->buf.out = squashfs_next_page(output); in squashfs_xz_uncompress()
Dblock.c64 actor_addr = squashfs_next_page(actor); in copy_bio_to_actor()
Dfile.c533 addr = squashfs_next_page(actor); in squashfs_readahead_fragment()