Home
last modified time | relevance | path

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

/linux-4.19.296/fs/squashfs/
Dpage_actor.h46 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) in squashfs_finish_page() function
59 void (*squashfs_finish_page)(struct squashfs_page_actor *); member
76 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) in squashfs_finish_page() function
78 actor->squashfs_finish_page(actor); in squashfs_finish_page()
Dpage_actor.c57 actor->squashfs_finish_page = cache_finish_page; in squashfs_page_actor_init()
98 actor->squashfs_finish_page = direct_finish_page; in squashfs_page_actor_init_special()
Dzlib_wrapper.c94 squashfs_finish_page(output); in zlib_uncompress()
106 squashfs_finish_page(output); in zlib_uncompress()
Dzstd_wrapper.c109 squashfs_finish_page(output); in zstd_uncompress()
124 squashfs_finish_page(output); in zstd_uncompress()
Dlzo_wrapper.c115 squashfs_finish_page(output); in lzo_uncompress()
Dlz4_wrapper.c129 squashfs_finish_page(output); in lz4_uncompress()
Dxz_wrapper.c171 squashfs_finish_page(output); in squashfs_xz_uncompress()
Dblock.c202 squashfs_finish_page(output); in squashfs_read_data()