Home
last modified time | relevance | path

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

/Linux-v5.10/fs/squashfs/
Dpage_actor.h44 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) in squashfs_finish_page() function
57 void (*squashfs_finish_page)(struct squashfs_page_actor *); member
74 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) in squashfs_finish_page() function
76 actor->squashfs_finish_page(actor); in squashfs_finish_page()
Dpage_actor.c55 actor->squashfs_finish_page = cache_finish_page; in squashfs_page_actor_init()
96 actor->squashfs_finish_page = direct_finish_page; in squashfs_page_actor_init_special()
Dzlib_wrapper.c110 squashfs_finish_page(output); in zlib_uncompress()
Dlzo_wrapper.c105 squashfs_finish_page(output); in lzo_uncompress()
Dlz4_wrapper.c130 squashfs_finish_page(output); in lz4_uncompress()
Dzstd_wrapper.c132 squashfs_finish_page(output); in zstd_uncompress()
Dxz_wrapper.c174 squashfs_finish_page(output); in squashfs_xz_uncompress()
Dblock.c72 squashfs_finish_page(actor); in copy_bio_to_actor()