Searched refs:actor (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Daops.h50 size_t count, ocfs2_page_writer *actor,
H A Daops.c1173 size_t count, ocfs2_page_writer *actor,
1188 ocfs2_write_ctxt_init(&wc, osb, pos, count, actor, priv);
1172 ocfs2_buffered_write_cluster(struct file *file, loff_t pos, size_t count, ocfs2_page_writer *actor, void *priv) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Drequest_key.c134 request_key_actor_t actor; local
166 actor = call_sbin_request_key;
168 actor = type->request_key;
169 ret = actor(key, authkey, "create", aux);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_file.c131 read_actor_t actor,
135 filp, pos, 0, count, actor, target, NULL);
143 read_actor_t actor,
147 filp, pos, IO_INVIS, count, actor, target, NULL);
127 xfs_file_sendfile( struct file *filp, loff_t *pos, size_t count, read_actor_t actor, void *target) argument
139 xfs_file_sendfile_invis( struct file *filp, loff_t *pos, size_t count, read_actor_t actor, void *target) argument
H A Dxfs_lrw.c296 read_actor_t actor,
325 ret = generic_file_sendfile(filp, offset, count, actor, target);
290 xfs_sendfile( bhv_desc_t *bdp, struct file *filp, loff_t *offset, int ioflags, size_t count, read_actor_t actor, void *target, cred_t *credp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfilemap_xip.c56 read_actor_t actor)
112 * The actor routine returns how many bytes were actually used..
115 * "pos" here (the actor routine has to update the user buffer
118 ret = actor(desc, page, offset, nr);
164 size_t count, read_actor_t actor, void *target)
177 ppos, &desc, actor);
51 do_xip_mapping_read(struct address_space *mapping, struct file_ra_state *_ra, struct file *filp, loff_t *ppos, read_descriptor_t *desc, read_actor_t actor) argument
163 xip_file_sendfile(struct file *in_file, loff_t *ppos, size_t count, read_actor_t actor, void *target) argument
H A Dfilemap.c846 * @actor: read method
862 read_actor_t actor)
940 * The actor routine returns how many bytes were actually used..
943 * "pos" here (the actor routine has to update the user buffer
946 ret = actor(desc, page, offset, nr);
1246 size_t count, read_actor_t actor, void *target)
1258 do_generic_file_read(in_file, ppos, &desc, actor);
857 do_generic_mapping_read(struct address_space *mapping, struct file_ra_state *_ra, struct file *filp, loff_t *ppos, read_descriptor_t *desc, read_actor_t actor) argument
1245 generic_file_sendfile(struct file *in_file, loff_t *ppos, size_t count, read_actor_t actor, void *target) argument
H A Dshmem.c1601 static void do_shmem_file_read(struct file *filp, loff_t *ppos, read_descriptor_t *desc, read_actor_t actor) argument
1670 * The actor routine returns how many bytes were actually used..
1673 * "pos" here (the actor routine has to update the user buffer
1676 ret = actor(desc, page, offset, nr);
1715 size_t count, read_actor_t actor, void *target)
1727 do_shmem_file_read(in_file, ppos, &desc, actor);
1714 shmem_file_sendfile(struct file *in_file, loff_t *ppos, size_t count, read_actor_t actor, void *target) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drelay.c955 read_actor_t actor)
980 read_actor_t actor)
997 len = actor(desc, p, poff, len);
1014 read_actor_t actor);
1021 read_actor_t actor,
1042 ret = subbuf_actor(read_start, buf, avail, desc, actor);
1073 read_actor_t actor,
1082 actor, &desc);
951 subbuf_read_actor(size_t read_start, struct rchan_buf *buf, size_t avail, read_descriptor_t *desc, read_actor_t actor) argument
976 subbuf_send_actor(size_t read_start, struct rchan_buf *buf, size_t avail, read_descriptor_t *desc, read_actor_t actor) argument
1019 relay_file_read_subbufs(struct file *filp, loff_t *ppos, subbuf_actor_t subbuf_actor, read_actor_t actor, read_descriptor_t *desc) argument
1070 relay_file_sendfile(struct file *filp, loff_t *ppos, size_t count, read_actor_t actor, void *target) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata.h146 unsigned int (*actor) (struct ata_scsi_args *args,
H A Dlibata-scsi.c1444 * The xlat_func argument (actor) returns 0 if ready to execute
1579 * @actor: Callback hook for desired SCSI command simulator
1593 unsigned int (*actor) (struct ata_scsi_args *args,
1602 rc = actor(args, rbuf, buflen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dxdr.h201 extern int xdr_process_buf(struct xdr_buf *buf, unsigned int offset, unsigned int len, int (*actor)(struct scatterlist *, void *), void *data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dfile.c51 read_actor_t actor, void *target)
63 return host_file->f_op->sendfile(host_file, ppos, count, actor, target);
50 coda_file_sendfile(struct file *coda_file, loff_t *ppos, size_t count, read_actor_t actor, void *target) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Dfile.c266 size_t count, read_actor_t actor, void *target)
280 status = generic_file_sendfile(file, ppos, count, actor, target);
265 smb_file_sendfile(struct file *file, loff_t *ppos, size_t count, read_actor_t actor, void *target) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c794 struct device_node *actor = of_node_get(target); local
814 * Ok, now try to find the actor. If we can't find it, we fail,
817 of_node_put(actor);
818 actor = of_find_node_by_phandle(ph);
819 if (actor == NULL)
822 dev = pmf_find_device(actor);
836 of_node_put(actor);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dfile.c342 size_t count, read_actor_t actor, void *target)
350 actor, target);
341 ecryptfs_sendfile(struct file *file, loff_t * ppos, size_t count, read_actor_t actor, void *target) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbad_inode.c118 size_t count, read_actor_t actor, void *target)
117 bad_file_sendfile(struct file *in_file, loff_t *ppos, size_t count, read_actor_t actor, void *target) argument
H A Dsplice.c668 * key here is the 'actor' worker passed in that actually moves the data
673 unsigned int flags, splice_actor *actor)
695 err = actor(pipe, buf, &sd);
771 splice_actor *actor)
777 * The actor worker might be calling ->prepare_write and
783 ret = __splice_from_pipe(pipe, out, ppos, len, flags, actor);
671 __splice_from_pipe(struct pipe_inode_info *pipe, struct file *out, loff_t *ppos, size_t len, unsigned int flags, splice_actor *actor) argument
769 splice_from_pipe(struct pipe_inode_info *pipe, struct file *out, loff_t *ppos, size_t len, unsigned int flags, splice_actor *actor) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dxdr.c1027 int (*actor)(struct scatterlist *, void *), void *data)
1040 ret = actor(sg, data);
1065 ret = actor(sg, data);
1082 ret = actor(sg, data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dfile.c228 read_actor_t actor, void *target)
240 res = generic_file_sendfile(filp, ppos, count, actor, target);
227 nfs_file_sendfile(struct file *filp, loff_t *ppos, size_t count, read_actor_t actor, void *target) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfs.h1786 size_t count, read_actor_t actor,
1801 read_actor_t actor)
1808 actor);
1799 do_generic_file_read(struct file * filp, loff_t *ppos, read_descriptor_t * desc, read_actor_t actor) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex117 The artist(s) who performed the work. In classical music this would be the conductor, orchestra, soloists. In an audio book it would be the actor who did the reading. In popular music this is typically the same as the ARTIST and is omitted.

Completed in 138 milliseconds