Home
last modified time | relevance | path

Searched refs:squashfs_next_page (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/squashfs/
H A Dpage_actor.h38 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page() function
56 void *(*squashfs_next_page)(struct squashfs_page_actor *); member
70 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page() function
72 return actor->squashfs_next_page(actor); in squashfs_next_page()
H A Dpage_actor.c54 actor->squashfs_next_page = cache_next_page; in squashfs_page_actor_init()
95 actor->squashfs_next_page = direct_next_page; in squashfs_page_actor_init_special()
H A Dlz4_wrapper.c128 data = squashfs_next_page(output); in lz4_uncompress()
H A Dlzo_wrapper.c102 data = squashfs_next_page(output); in lzo_uncompress()
H A Dzstd_wrapper.c106 out_buf.dst = squashfs_next_page(output); in zstd_uncompress()
H A Dzlib_wrapper.c87 stream->next_out = squashfs_next_page(output); in zlib_uncompress()
H A Dxz_wrapper.c158 stream->buf.out = squashfs_next_page(output); in squashfs_xz_uncompress()
H A Dblock.c61 actor_addr = squashfs_next_page(actor); in copy_bio_to_actor()
/kernel/linux/linux-6.6/fs/squashfs/
H A Dpage_actor.h17 void *(*squashfs_next_page)(struct squashfs_page_actor *); member
45 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page() function
47 return actor->squashfs_next_page(actor); in squashfs_next_page()
H A Dpage_actor.c57 actor->squashfs_next_page = cache_next_page; in squashfs_page_actor_init()
133 actor->squashfs_next_page = direct_next_page; in squashfs_page_actor_init_special()
H A Dlz4_wrapper.c130 data = squashfs_next_page(output); in lz4_uncompress()
H A Dlzo_wrapper.c104 data = squashfs_next_page(output); in lzo_uncompress()
H A Dzstd_wrapper.c110 out_buf.dst = squashfs_next_page(output); in zstd_uncompress()
H A Dzlib_wrapper.c92 stream->next_out = squashfs_next_page(output); in zlib_uncompress()
H A Dxz_wrapper.c162 stream->buf.out = squashfs_next_page(output); in squashfs_xz_uncompress()
H A Dblock.c64 actor_addr = squashfs_next_page(actor); in copy_bio_to_actor()

Completed in 5 milliseconds