Lines Matching refs:squashfs_page_actor
9 struct squashfs_page_actor { struct
16 void *(*squashfs_first_page)(struct squashfs_page_actor *); argument
17 void *(*squashfs_next_page)(struct squashfs_page_actor *); argument
18 void (*squashfs_finish_page)(struct squashfs_page_actor *); argument
28 extern struct squashfs_page_actor *squashfs_page_actor_init(void **buffer, argument
30 extern struct squashfs_page_actor *squashfs_page_actor_init_special(
33 static inline struct page *squashfs_page_actor_free(struct squashfs_page_actor *actor) in squashfs_page_actor_free()
41 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page()
45 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page()
49 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) in squashfs_finish_page()
53 static inline void squashfs_actor_nobuff(struct squashfs_page_actor *actor) in squashfs_actor_nobuff()