Home
last modified time | relevance | path

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

/linux/fs/squashfs/
A Dpage_actor.h32 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page() function
55 void *(*squashfs_first_page)(struct squashfs_page_actor *); member
66 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page() function
68 return actor->squashfs_first_page(actor); in squashfs_first_page()
A Dpage_actor.c53 actor->squashfs_first_page = cache_first_page; in squashfs_page_actor_init()
94 actor->squashfs_first_page = direct_first_page; in squashfs_page_actor_init_special()
A Dzlib_wrapper.c62 stream->next_out = squashfs_first_page(output); in zlib_uncompress()
A Dlzo_wrapper.c92 data = squashfs_first_page(output); in lzo_uncompress()
A Dlz4_wrapper.c118 data = squashfs_first_page(output); in lz4_uncompress()
A Dzstd_wrapper.c82 out_buf.dst = squashfs_first_page(output); in zstd_uncompress()
A Dxz_wrapper.c133 stream->buf.out = squashfs_first_page(output); in squashfs_xz_uncompress()
A Dblock.c37 void *actor_addr = squashfs_first_page(actor); in copy_bio_to_actor()

Completed in 9 milliseconds