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

/linux-4.4.14/fs/squashfs/
H A Dpage_actor.c24 static void *cache_first_page(struct squashfs_page_actor *actor) cache_first_page() argument
30 static void *cache_next_page(struct squashfs_page_actor *actor) cache_next_page() argument
38 static void cache_finish_page(struct squashfs_page_actor *actor) cache_finish_page() argument
46 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); squashfs_page_actor_init() local
62 static void *direct_first_page(struct squashfs_page_actor *actor) direct_first_page() argument
68 static void *direct_next_page(struct squashfs_page_actor *actor) direct_next_page() argument
77 static void direct_finish_page(struct squashfs_page_actor *actor) direct_finish_page() argument
86 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); squashfs_page_actor_init_special() local
H A Dpage_actor.h22 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); squashfs_page_actor_init() local
34 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) squashfs_first_page() argument
40 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) squashfs_next_page() argument
46 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) squashfs_finish_page() argument
68 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) squashfs_first_page() argument
72 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) squashfs_next_page() argument
76 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) squashfs_finish_page() argument
H A Ddecompressor.c98 struct squashfs_page_actor *actor = NULL; get_comp_opts() local
H A Dfile_direct.c39 struct squashfs_page_actor *actor; squashfs_readpage_block() local
H A Dcache.c421 struct squashfs_page_actor *actor; squashfs_read_table() local
H A Dsquashfs_fs_sb.h53 struct squashfs_page_actor *actor; member in struct:squashfs_cache_entry
/linux-4.4.14/security/keys/
H A Drequest_key.c208 request_key_actor_t actor; construct_key() local
/linux-4.4.14/fs/ntfs/
H A Ddir.c1099 static int ntfs_readdir(struct file *file, struct dir_context *actor) ntfs_readdir() argument
1025 ntfs_filldir(ntfs_volume *vol, ntfs_inode *ndir, struct page *ia_page, INDEX_ENTRY *ie, u8 *name, struct dir_context *actor) ntfs_filldir() argument
/linux-4.4.14/fs/
H A Dsplice.c755 splice_from_pipe_feed(struct pipe_inode_info *pipe, struct splice_desc *sd, splice_actor *actor) splice_from_pipe_feed() argument
890 __splice_from_pipe(struct pipe_inode_info *pipe, struct splice_desc *sd, splice_actor *actor) __splice_from_pipe() argument
922 splice_from_pipe(struct pipe_inode_info *pipe, struct file *out, loff_t *ppos, size_t len, unsigned int flags, splice_actor *actor) splice_from_pipe() argument
1169 splice_direct_to_actor(struct file *in, struct splice_desc *sd, splice_direct_actor *actor) splice_direct_to_actor() argument
/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c810 struct device_node *actor = of_node_get(target); __pmf_find_function() local
/linux-4.4.14/security/selinux/
H A Dhooks.c1513 static int cred_has_perm(const struct cred *actor, cred_has_perm() argument
/linux-4.4.14/include/linux/
H A Dfs.h1576 const filldir_t actor; member in struct:dir_context

Completed in 1373 milliseconds