Home
last modified time | relevance | path

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

/openbmc/linux/fs/squashfs/
H A 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
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
H A Dpage_actor.h33 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()
H A Dfile_direct.c35 struct squashfs_page_actor *actor; in squashfs_readpage_block() local
H A Ddecompressor.c91 struct squashfs_page_actor *actor = NULL; in get_comp_opts() local
H A Dcache.c411 struct squashfs_page_actor *actor; in squashfs_read_table() local
H A Dblock.c34 struct squashfs_page_actor *actor, in copy_bio_to_actor()
H A Dsquashfs_fs_sb.h40 struct squashfs_page_actor *actor; member
H A Dfile.c544 struct squashfs_page_actor *actor; in squashfs_readahead() local
/openbmc/linux/fs/ntfs/
H A Ddir.c1014 u8 *name, struct dir_context *actor) in ntfs_filldir()
1086 static int ntfs_readdir(struct file *file, struct dir_context *actor) in ntfs_readdir()
/openbmc/linux/fs/
H A Dsplice.c445 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()
/openbmc/linux/security/keys/
H A Drequest_key.c230 request_key_actor_t actor; in construct_key() local
/openbmc/linux/fs/smb/server/
H A Dvfs_cache.h116 filldir_t actor) in set_ctx_actor()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c811 struct device_node *actor = of_node_get(target); in __pmf_find_function() local
/openbmc/linux/include/linux/
H A Dfs.h1858 filldir_t actor; member