Home
last modified time | relevance | path

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

/linux-4.19.296/fs/squashfs/
Dpage_actor.h12 struct squashfs_page_actor { struct
19 static inline struct squashfs_page_actor *squashfs_page_actor_init(void **page, in squashfs_page_actor_init() argument
22 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init()
34 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page()
40 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page()
46 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) in squashfs_finish_page()
51 struct squashfs_page_actor { struct
57 void *(*squashfs_first_page)(struct squashfs_page_actor *); argument
58 void *(*squashfs_next_page)(struct squashfs_page_actor *); argument
59 void (*squashfs_finish_page)(struct squashfs_page_actor *); argument
[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()
62 static void *direct_first_page(struct squashfs_page_actor *actor) in direct_first_page()
68 static void *direct_next_page(struct squashfs_page_actor *actor) in direct_next_page()
77 static void direct_finish_page(struct squashfs_page_actor *actor) in direct_finish_page()
83 struct squashfs_page_actor *squashfs_page_actor_init_special(struct page **page, in squashfs_page_actor_init_special()
86 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init_special()
Dsquashfs.h32 struct squashfs_page_actor *);
57 int, int, int, struct squashfs_page_actor *);
Ddecompressor.h32 struct squashfs_page_actor *);
Dsquashfs_fs_sb.h53 struct squashfs_page_actor *actor;
Ddecompressor_single.c65 int b, int offset, int length, struct squashfs_page_actor *output) in squashfs_decompress()
Ddecompressor_multi_percpu.c78 int b, int offset, int length, struct squashfs_page_actor *output) in squashfs_decompress()
Dzlib_wrapper.c67 struct squashfs_page_actor *output) in zlib_uncompress()
Ddecompressor.c105 struct squashfs_page_actor *actor = NULL; in get_comp_opts()
Dlzo_wrapper.c80 struct squashfs_page_actor *output) in lzo_uncompress()
Dlz4_wrapper.c95 struct squashfs_page_actor *output) in lz4_uncompress()
Dzstd_wrapper.c72 struct squashfs_page_actor *output) in zstd_uncompress()
Dxz_wrapper.c134 struct squashfs_page_actor *output) in squashfs_xz_uncompress()
Ddecompressor_multi.c186 int b, int offset, int length, struct squashfs_page_actor *output) in squashfs_decompress()
Dfile_direct.c40 struct squashfs_page_actor *actor; in squashfs_readpage_block()
Dblock.c92 u64 *next_index, struct squashfs_page_actor *output) in squashfs_read_data()
Dcache.c424 struct squashfs_page_actor *actor; in squashfs_read_table()