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