Searched refs:actor (Results 1 - 25 of 36) sorted by path

12

/linux-master/fs/squashfs/
H A Dcache.c111 &entry->next_index, entry->actor);
210 kfree(cache->entry[i].actor);
272 entry->actor = squashfs_page_actor_init(entry->data,
274 if (entry->actor == NULL) {
411 struct squashfs_page_actor *actor; local
423 actor = squashfs_page_actor_init(data, pages, length);
424 if (actor == NULL) {
433 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL, actor);
436 kfree(actor);
H A Dblock.c31 * Returns the amount of bytes copied to the page actor.
34 struct squashfs_page_actor *actor,
43 squashfs_actor_nobuff(actor);
44 actor_addr = squashfs_first_page(actor);
64 actor_addr = squashfs_next_page(actor);
75 squashfs_finish_page(actor);
33 copy_bio_to_actor(struct bio *bio, struct squashfs_page_actor *actor, int offset, int req_length) argument
H A Ddecompressor.c91 struct squashfs_page_actor *actor = NULL; local
104 actor = squashfs_page_actor_init(&buffer, 1, 0);
105 if (actor == NULL) {
111 sizeof(struct squashfs_super_block), 0, NULL, actor);
122 kfree(actor);
H A Dfile.c544 struct squashfs_page_actor *actor; local
595 actor = squashfs_page_actor_init_special(msblk, pages, nr_pages,
597 if (!actor)
600 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor);
602 last_page = squashfs_page_actor_free(actor);
H A Dfile_direct.c35 struct squashfs_page_actor *actor; local
67 * Create a "page actor" which will kmap and kunmap the
70 actor = squashfs_page_actor_init_special(msblk, page, pages, expected);
71 if (actor == NULL)
75 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor);
77 squashfs_page_actor_free(actor);
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c157 .ctx.actor = osf_filldir,
/linux-master/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c811 struct device_node *actor = of_node_get(target); local
831 * Ok, now try to find the actor. If we can't find it, we fail,
834 of_node_put(actor);
835 actor = of_find_node_by_phandle(ph);
836 if (actor == NULL)
839 dev = pmf_find_device(actor);
857 of_node_put(actor);
/linux-master/drivers/ata/
H A Dlibata-scsi.c1669 * The xlat_func argument (actor) returns 0 if ready to execute
1750 * @actor: Callback hook for desired SCSI command simulator
1763 unsigned int (*actor)(struct ata_scsi_args *args, u8 *rbuf))
1772 rc = actor(args, ata_scsi_rbuf);
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.c3317 /* Inform the slab actor that a action has finished on some slab; used by apply_to_slabs(). */
3321 struct slab_actor *actor = &allocator->slab_actor; local
3323 if (--actor->slab_action_count == 0) {
3324 actor->callback(completion);
/linux-master/fs/afs/
H A Ddir.c480 (ctx->actor == afs_lookup_filldir ||
481 ctx->actor == afs_lookup_one_filldir)?
614 .ctx.actor = afs_lookup_one_filldir,
810 cookie->ctx.actor = afs_lookup_filldir;
/linux-master/fs/ecryptfs/
H A Dfile.c124 * @ctx: The actor to feed the entries to
132 .ctx.actor = ecryptfs_filldir,
/linux-master/fs/exportfs/
H A Dexpfs.c288 .ctx.actor = filldir_one,
/linux-master/fs/fat/
H A Ddir.c766 .ctx.actor = filldir,
/linux-master/fs/gfs2/
H A Dexport.c92 .ctx.actor = get_name_filldir,
/linux-master/fs/
H A Dlibfs.c463 return ctx->actor(ctx, dentry->d_name.name, dentry->d_name.len, offset,
500 * until the ctx->actor indicates there is no more space in the caller's
H A Dreaddir.c226 .ctx.actor = fillonedir,
316 .ctx.actor = filldir,
399 .ctx.actor = filldir64,
484 .ctx.actor = compat_fillonedir,
567 .ctx.actor = compat_filldir,
H A Dsplice.c428 * @sd: information to @actor
429 * @actor: handler that splices the data
432 * This function loops over the pipe and calls @actor to do the
446 splice_actor *actor)
467 ret = actor(pipe, buf, sd);
589 * __splice_from_pipe - splice data from a pipe to given actor
591 * @sd: information to @actor
592 * @actor: handler that splices the data
596 * @actor to do the actual moving of a single struct pipe_buffer to
602 splice_actor *actor)
445 splice_from_pipe_feed(struct pipe_inode_info *pipe, struct splice_desc *sd, splice_actor *actor) argument
601 __splice_from_pipe(struct pipe_inode_info *pipe, struct splice_desc *sd, splice_actor *actor) argument
633 splice_from_pipe(struct pipe_inode_info *pipe, struct file *out, loff_t *ppos, size_t len, unsigned int flags, splice_actor *actor) argument
1030 splice_direct_to_actor(struct file *in, struct splice_desc *sd, splice_direct_actor *actor) argument
1185 do_splice_direct_actor(struct file *in, loff_t *ppos, struct file *out, loff_t *opos, size_t len, unsigned int flags, splice_direct_actor *actor) argument
[all...]
/linux-master/fs/nfsd/
H A Dnfs4recover.c295 .ctx.actor = nfsd4_build_namelist,
H A Dvfs.c2093 .ctx.actor = nfsd_buffered_filldir,
2160 * @func: entry filler actor
/linux-master/fs/ocfs2/
H A Ddir.c2115 .ctx.actor = ocfs2_empty_dir_filldir,
H A Djournal.c2124 .ctx.actor = ocfs2_orphan_filldir,
/linux-master/fs/overlayfs/
H A Dreaddir.c353 .ctx.actor = ovl_fill_merge,
573 .ctx.actor = ovl_fill_plain,
689 return orig_ctx->actor(orig_ctx, name, namelen, offset, ino, d_type);
715 .ctx.actor = ovl_fill_real,
1075 .ctx.actor = ovl_check_d_type,
1096 .ctx.actor = ovl_fill_plain,
1180 .ctx.actor = ovl_fill_plain,
/linux-master/fs/reiserfs/
H A Dxattr.c246 .ctx.actor = fill_with_dentries,
852 .ctx.actor = listxattr_filler,
/linux-master/fs/smb/server/
H A Dvfs.c1187 .ctx.actor = __caseless_lookup,
H A Dvfs_cache.h116 filldir_t actor)
118 ctx->actor = actor;
115 set_ctx_actor(struct dir_context *ctx, filldir_t actor) argument

Completed in 362 milliseconds

12