Lines Matching refs:squashfs_page_actor
24 static void *cache_first_page(struct squashfs_page_actor *actor) in cache_first_page()
30 static void *cache_next_page(struct squashfs_page_actor *actor) in cache_next_page()
38 static void cache_finish_page(struct squashfs_page_actor *actor) in cache_finish_page()
43 struct squashfs_page_actor *squashfs_page_actor_init(void **buffer, in squashfs_page_actor_init()
46 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init()
63 static void *handle_next_page(struct squashfs_page_actor *actor) in handle_next_page()
84 static void *direct_first_page(struct squashfs_page_actor *actor) in direct_first_page()
89 static void *direct_next_page(struct squashfs_page_actor *actor) in direct_next_page()
99 static void direct_finish_page(struct squashfs_page_actor *actor) in direct_finish_page()
105 struct squashfs_page_actor *squashfs_page_actor_init_special(struct squashfs_sb_info *msblk, in squashfs_page_actor_init_special()
108 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init_special()