Searched refs:squashfs_page_actor (Results 1 – 17 of 17) sorted by relevance
/linux/fs/squashfs/ |
A D | page_actor.h | 10 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 D | page_actor.c | 22 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 D | squashfs.h | 19 struct squashfs_page_actor *); 44 int, int, struct squashfs_page_actor *);
|
A D | block.c | 34 struct squashfs_page_actor *actor, in copy_bio_to_actor() 142 u64 *next_index, struct squashfs_page_actor *output) in squashfs_read_data()
|
A D | decompressor.h | 20 struct bio *, int, int, struct squashfs_page_actor *);
|
A D | squashfs_fs_sb.h | 40 struct squashfs_page_actor *actor;
|
A D | decompressor_single.c | 64 struct squashfs_page_actor *output) in squashfs_decompress()
|
A D | decompressor_multi_percpu.c | 79 int offset, int length, struct squashfs_page_actor *output) in squashfs_decompress()
|
A D | decompressor.c | 92 struct squashfs_page_actor *actor = NULL; in get_comp_opts()
|
A D | zlib_wrapper.c | 54 struct squashfs_page_actor *output) in zlib_uncompress()
|
A D | lzo_wrapper.c | 67 struct squashfs_page_actor *output) in lzo_uncompress()
|
A D | lz4_wrapper.c | 93 struct squashfs_page_actor *output) in lz4_uncompress()
|
A D | zstd_wrapper.c | 63 struct squashfs_page_actor *output) in zstd_uncompress()
|
A D | xz_wrapper.c | 121 struct squashfs_page_actor *output) in squashfs_xz_uncompress()
|
A D | decompressor_multi.c | 185 struct squashfs_page_actor *output) in squashfs_decompress()
|
A D | file_direct.c | 38 struct squashfs_page_actor *actor; in squashfs_readpage_block()
|
A D | cache.c | 411 struct squashfs_page_actor *actor; in squashfs_read_table()
|
Completed in 15 milliseconds