Searched refs:squashfs_page_actor (Results 1 - 18 of 18) sorted by relevance

/linux-master/fs/squashfs/
H A Dpage_actor.h9 struct squashfs_page_actor { struct
16 void *(*squashfs_first_page)(struct squashfs_page_actor *);
17 void *(*squashfs_next_page)(struct squashfs_page_actor *);
18 void (*squashfs_finish_page)(struct squashfs_page_actor *);
28 extern struct squashfs_page_actor *squashfs_page_actor_init(void **buffer,
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)
41 static inline void *squashfs_first_page(struct squashfs_page_actor *actor)
45 static inline void *squashfs_next_page(struct squashfs_page_actor *actor)
49 static inline void squashfs_finish_page(struct squashfs_page_actor *acto
[all...]
H A Dpage_actor.c24 static void *cache_first_page(struct squashfs_page_actor *actor)
30 static void *cache_next_page(struct squashfs_page_actor *actor)
38 static void cache_finish_page(struct squashfs_page_actor *actor)
43 struct squashfs_page_actor *squashfs_page_actor_init(void **buffer,
46 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL);
63 static void *handle_next_page(struct squashfs_page_actor *actor)
84 static void *direct_first_page(struct squashfs_page_actor *actor)
89 static void *direct_next_page(struct squashfs_page_actor *actor)
99 static void direct_finish_page(struct squashfs_page_actor *actor)
105 struct squashfs_page_actor *squashfs_page_actor_init_specia
[all...]
H A Ddecompressor.h20 struct bio *, int, int, struct squashfs_page_actor *);
H A Dsquashfs_fs_sb.h40 struct squashfs_page_actor *actor;
H A Dsquashfs.h19 struct squashfs_page_actor *);
46 int offset, int length, struct squashfs_page_actor *output);
H A Ddecompressor_single.c64 struct squashfs_page_actor *output)
H A Ddecompressor_multi_percpu.c78 int offset, int length, struct squashfs_page_actor *output)
H A Dzstd_wrapper.c63 struct squashfs_page_actor *output)
H A Dzlib_wrapper.c54 struct squashfs_page_actor *output)
H A Dlzo_wrapper.c67 struct squashfs_page_actor *output)
H A Dlz4_wrapper.c93 struct squashfs_page_actor *output)
H A Ddecompressor.c91 struct squashfs_page_actor *actor = NULL;
H A Dfile_direct.c35 struct squashfs_page_actor *actor;
H A Dxz_wrapper.c121 struct squashfs_page_actor *output)
H A Ddecompressor_multi.c184 struct squashfs_page_actor *output)
H A Dblock.c34 struct squashfs_page_actor *actor,
264 u64 *next_index, struct squashfs_page_actor *output)
H A Dcache.c411 struct squashfs_page_actor *actor;
H A Dfile.c544 struct squashfs_page_actor *actor;

Completed in 125 milliseconds