Home
last modified time | relevance | path

Searched defs:actor (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/fs/squashfs/
Dpage_actor.c24 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
62 static void *direct_first_page(struct squashfs_page_actor *actor) in direct_first_page()
68 static void *direct_next_page(struct squashfs_page_actor *actor) in direct_next_page()
77 static void direct_finish_page(struct squashfs_page_actor *actor) in direct_finish_page()
86 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init_special() local
Dpage_actor.h22 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init() local
34 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page()
40 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page()
46 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) in squashfs_finish_page()
68 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page()
72 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page()
76 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) in squashfs_finish_page()
Ddecompressor.c105 struct squashfs_page_actor *actor = NULL; in get_comp_opts() local
Dfile_direct.c40 struct squashfs_page_actor *actor; in squashfs_readpage_block() local
Dcache.c424 struct squashfs_page_actor *actor; in squashfs_read_table() local
Dsquashfs_fs_sb.h53 struct squashfs_page_actor *actor; member
/Linux-v4.19/fs/ntfs/
Ddir.c1027 u8 *name, struct dir_context *actor) in ntfs_filldir()
1099 static int ntfs_readdir(struct file *file, struct dir_context *actor) in ntfs_readdir()
/Linux-v4.19/fs/
Dsplice.c485 splice_actor *actor) in splice_from_pipe_feed()
618 splice_actor *actor) in __splice_from_pipe()
651 splice_actor *actor) in splice_from_pipe()
898 splice_direct_actor *actor) in splice_direct_to_actor()
Diomap.c50 const struct iomap_ops *ops, void *data, iomap_actor_t actor) in iomap_apply()
/Linux-v4.19/security/keys/
Drequest_key.c209 request_key_actor_t actor; in construct_key() local
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dpfunc_core.c810 struct device_node *actor = of_node_get(target); in __pmf_find_function() local
/Linux-v4.19/include/linux/
Dfs.h1693 filldir_t actor; member