Home
last modified time | relevance | path

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

/linux-6.1.9/fs/squashfs/
Dpage_actor.h9 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()
[all …]
Dpage_actor.c24 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()
[all …]
Dsquashfs.h19 struct squashfs_page_actor *);
44 int, int, struct squashfs_page_actor *);
Ddecompressor.h20 struct bio *, int, int, struct squashfs_page_actor *);
Dblock.c34 struct squashfs_page_actor *actor, in copy_bio_to_actor()
141 u64 *next_index, struct squashfs_page_actor *output) in squashfs_read_data()
Dsquashfs_fs_sb.h40 struct squashfs_page_actor *actor;
Ddecompressor_single.c64 struct squashfs_page_actor *output) in squashfs_decompress()
Ddecompressor_multi_percpu.c79 int offset, int length, struct squashfs_page_actor *output) in squashfs_decompress()
Ddecompressor.c92 struct squashfs_page_actor *actor = NULL; in get_comp_opts()
Dfile_direct.c35 struct squashfs_page_actor *actor; in squashfs_readpage_block()
Dlzo_wrapper.c67 struct squashfs_page_actor *output) in lzo_uncompress()
Dzlib_wrapper.c54 struct squashfs_page_actor *output) in zlib_uncompress()
Dlz4_wrapper.c93 struct squashfs_page_actor *output) in lz4_uncompress()
Dzstd_wrapper.c63 struct squashfs_page_actor *output) in zstd_uncompress()
Ddecompressor_multi.c185 struct squashfs_page_actor *output) in squashfs_decompress()
Dxz_wrapper.c121 struct squashfs_page_actor *output) in squashfs_xz_uncompress()
Dcache.c411 struct squashfs_page_actor *actor; in squashfs_read_table()
Dfile.c544 struct squashfs_page_actor *actor; in squashfs_readahead()