Home
last modified time | relevance | path

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

/linux-6.12.1/fs/squashfs/
Dpage_actor.h16 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()
Dpage_actor.c56 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()
Dzlib_wrapper.c62 stream->next_out = squashfs_first_page(output); in zlib_uncompress()
Dlzo_wrapper.c92 data = squashfs_first_page(output); in lzo_uncompress()
Dlz4_wrapper.c118 data = squashfs_first_page(output); in lz4_uncompress()
Dzstd_wrapper.c82 out_buf.dst = squashfs_first_page(output); in zstd_uncompress()
Dxz_wrapper.c133 stream->buf.out = squashfs_first_page(output); in squashfs_xz_uncompress()
Dblock.c44 actor_addr = squashfs_first_page(actor); in copy_bio_to_actor()
Dfile.c519 addr = squashfs_first_page(actor); in squashfs_readahead_fragment()