Home
last modified time | relevance | path

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

/linux-4.1.27/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.c98 struct squashfs_page_actor *actor = NULL; in get_comp_opts() local
Dfile_direct.c39 struct squashfs_page_actor *actor; in squashfs_readpage_block() local
Dcache.c421 struct squashfs_page_actor *actor; in squashfs_read_table() local
Dsquashfs_fs_sb.h53 struct squashfs_page_actor *actor; member
/linux-4.1.27/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-4.1.27/fs/
Dsplice.c755 splice_actor *actor) in splice_from_pipe_feed()
883 splice_actor *actor) in __splice_from_pipe()
915 splice_actor *actor) in splice_from_pipe()
1161 splice_direct_actor *actor) in splice_direct_to_actor()
/linux-4.1.27/security/keys/
Drequest_key.c208 request_key_actor_t actor; in construct_key() local
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dpfunc_core.c810 struct device_node *actor = of_node_get(target); in __pmf_find_function() local
/linux-4.1.27/include/linux/
Dfs.h1555 const filldir_t actor; member
/linux-4.1.27/security/selinux/
Dhooks.c1489 static int cred_has_perm(const struct cred *actor, in cred_has_perm()