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

/linux-master/fs/squashfs/
H A Dpage_actor.h18 void (*squashfs_finish_page)(struct squashfs_page_actor *); member in struct:squashfs_page_actor
49 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) function
51 actor->squashfs_finish_page(actor);
H A Dpage_actor.c20 * and squashfs_finish_page().
58 actor->squashfs_finish_page = cache_finish_page;
134 actor->squashfs_finish_page = direct_finish_page;
H A Dzstd_wrapper.c141 squashfs_finish_page(output);
H A Dzlib_wrapper.c119 squashfs_finish_page(output);
H A Dlzo_wrapper.c107 squashfs_finish_page(output);
H A Dlz4_wrapper.c132 squashfs_finish_page(output);
H A Dxz_wrapper.c182 squashfs_finish_page(output);
H A Dblock.c75 squashfs_finish_page(actor);

Completed in 99 milliseconds