Searched refs:squashfs_page_actor_init (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | page_actor.h | 17 static inline struct squashfs_page_actor *squashfs_page_actor_init(void **page, in squashfs_page_actor_init() function 63 extern struct squashfs_page_actor *squashfs_page_actor_init(void **, int, int);
|
H A D | page_actor.c | 41 struct squashfs_page_actor *squashfs_page_actor_init(void **buffer, in squashfs_page_actor_init() function
|
H A D | cache.c | 272 entry->actor = squashfs_page_actor_init(entry->data, in squashfs_cache_init() 423 actor = squashfs_page_actor_init(data, pages, length); in squashfs_read_table()
|
H A D | decompressor.c | 105 actor = squashfs_page_actor_init(&buffer, 1, 0); in get_comp_opts()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | page_actor.h | 28 extern struct squashfs_page_actor *squashfs_page_actor_init(void **buffer,
|
H A D | cache.c | 272 entry->actor = squashfs_page_actor_init(entry->data, in squashfs_cache_init() 423 actor = squashfs_page_actor_init(data, pages, length); in squashfs_read_table()
|
H A D | decompressor.c | 104 actor = squashfs_page_actor_init(&buffer, 1, 0); in get_comp_opts()
|
H A D | page_actor.c | 43 struct squashfs_page_actor *squashfs_page_actor_init(void **buffer, in squashfs_page_actor_init() function
|
Completed in 3 milliseconds