| /kernel/linux/linux-6.6/fs/squashfs/ |
| 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() 46 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init() local 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() 108 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init_special() local
|
| D | page_actor.h | 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() 53 static inline void squashfs_actor_nobuff(struct squashfs_page_actor *actor) in squashfs_actor_nobuff()
|
| D | file_direct.c | 35 struct squashfs_page_actor *actor; in squashfs_readpage_block() local
|
| D | decompressor.c | 91 struct squashfs_page_actor *actor = NULL; in get_comp_opts() local
|
| D | cache.c | 411 struct squashfs_page_actor *actor; in squashfs_read_table() local
|
| D | block.c | 34 struct squashfs_page_actor *actor, in copy_bio_to_actor()
|
| D | squashfs_fs_sb.h | 40 struct squashfs_page_actor *actor; member
|
| D | file.c | 544 struct squashfs_page_actor *actor; in squashfs_readahead() local
|
| /kernel/linux/linux-5.10/fs/squashfs/ |
| 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() 44 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init() local 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() 84 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init_special() local
|
| D | page_actor.h | 20 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init() local 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() 66 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page() 70 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page() 74 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) in squashfs_finish_page()
|
| D | decompressor.c | 92 struct squashfs_page_actor *actor = NULL; in get_comp_opts() local
|
| D | file_direct.c | 38 struct squashfs_page_actor *actor; in squashfs_readpage_block() local
|
| D | block.c | 34 struct squashfs_page_actor *actor, in copy_bio_to_actor()
|
| D | cache.c | 411 struct squashfs_page_actor *actor; in squashfs_read_table() local
|
| D | squashfs_fs_sb.h | 40 struct squashfs_page_actor *actor; member
|
| /kernel/linux/linux-5.10/fs/iomap/ |
| D | apply.c | 25 const struct iomap_ops *ops, void *data, iomap_actor_t actor) in iomap_apply()
|
| /kernel/linux/linux-5.10/fs/ntfs/ |
| D | dir.c | 1014 u8 *name, struct dir_context *actor) in ntfs_filldir() 1086 static int ntfs_readdir(struct file *file, struct dir_context *actor) in ntfs_readdir()
|
| /kernel/linux/linux-6.6/fs/ntfs/ |
| D | dir.c | 1014 u8 *name, struct dir_context *actor) in ntfs_filldir() 1086 static int ntfs_readdir(struct file *file, struct dir_context *actor) in ntfs_readdir()
|
| /kernel/linux/linux-5.10/fs/ |
| D | splice.c | 397 splice_actor *actor) in splice_from_pipe_feed() 553 splice_actor *actor) in __splice_from_pipe() 586 splice_actor *actor) in splice_from_pipe() 805 splice_direct_actor *actor) in splice_direct_to_actor()
|
| /kernel/linux/linux-6.6/fs/ |
| D | splice.c | 445 splice_actor *actor) in splice_from_pipe_feed() 601 splice_actor *actor) in __splice_from_pipe() 634 splice_actor *actor) in splice_from_pipe() 1011 splice_direct_actor *actor) in splice_direct_to_actor()
|
| /kernel/linux/linux-5.10/security/keys/ |
| D | request_key.c | 230 request_key_actor_t actor; in construct_key() local
|
| /kernel/linux/linux-6.6/security/keys/ |
| D | request_key.c | 230 request_key_actor_t actor; in construct_key() local
|
| /kernel/linux/linux-6.6/fs/smb/server/ |
| D | vfs_cache.h | 116 filldir_t actor) in set_ctx_actor()
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
| D | pfunc_core.c | 811 struct device_node *actor = of_node_get(target); in __pmf_find_function() local
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
| D | pfunc_core.c | 811 struct device_node *actor = of_node_get(target); in __pmf_find_function() local
|