Home
last modified time | relevance | path

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

/linux/fs/squashfs/
A Dpage_actor.h10 struct squashfs_page_actor { struct
17 static inline struct squashfs_page_actor *squashfs_page_actor_init(void **page, in squashfs_page_actor_init() argument
20 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init()
32 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page()
38 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page()
44 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) in squashfs_finish_page()
49 struct squashfs_page_actor { struct
55 void *(*squashfs_first_page)(struct squashfs_page_actor *); argument
56 void *(*squashfs_next_page)(struct squashfs_page_actor *); argument
57 void (*squashfs_finish_page)(struct squashfs_page_actor *); argument
[all …]
A Dpage_actor.c22 static void *cache_first_page(struct squashfs_page_actor *actor) in cache_first_page()
28 static void *cache_next_page(struct squashfs_page_actor *actor) in cache_next_page()
36 static void cache_finish_page(struct squashfs_page_actor *actor) in cache_finish_page()
41 struct squashfs_page_actor *squashfs_page_actor_init(void **buffer, in squashfs_page_actor_init()
44 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init()
60 static void *direct_first_page(struct squashfs_page_actor *actor) in direct_first_page()
66 static void *direct_next_page(struct squashfs_page_actor *actor) in direct_next_page()
75 static void direct_finish_page(struct squashfs_page_actor *actor) in direct_finish_page()
81 struct squashfs_page_actor *squashfs_page_actor_init_special(struct page **page, in squashfs_page_actor_init_special()
84 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init_special()
A Dsquashfs.h19 struct squashfs_page_actor *);
44 int, int, struct squashfs_page_actor *);
A Dblock.c34 struct squashfs_page_actor *actor, in copy_bio_to_actor()
142 u64 *next_index, struct squashfs_page_actor *output) in squashfs_read_data()
A Ddecompressor.h20 struct bio *, int, int, struct squashfs_page_actor *);
A Dsquashfs_fs_sb.h40 struct squashfs_page_actor *actor;
A Ddecompressor_single.c64 struct squashfs_page_actor *output) in squashfs_decompress()
A Ddecompressor_multi_percpu.c79 int offset, int length, struct squashfs_page_actor *output) in squashfs_decompress()
A Ddecompressor.c92 struct squashfs_page_actor *actor = NULL; in get_comp_opts()
A Dzlib_wrapper.c54 struct squashfs_page_actor *output) in zlib_uncompress()
A Dlzo_wrapper.c67 struct squashfs_page_actor *output) in lzo_uncompress()
A Dlz4_wrapper.c93 struct squashfs_page_actor *output) in lz4_uncompress()
A Dzstd_wrapper.c63 struct squashfs_page_actor *output) in zstd_uncompress()
A Dxz_wrapper.c121 struct squashfs_page_actor *output) in squashfs_xz_uncompress()
A Ddecompressor_multi.c185 struct squashfs_page_actor *output) in squashfs_decompress()
A Dfile_direct.c38 struct squashfs_page_actor *actor; in squashfs_readpage_block()
A Dcache.c411 struct squashfs_page_actor *actor; in squashfs_read_table()

Completed in 15 milliseconds