Lines Matching defs:actor
427 * @sd: information to @actor
428 * @actor: handler that splices the data
431 * This function loops over the pipe and calls @actor to do the
445 splice_actor *actor)
466 ret = actor(pipe, buf, sd);
588 * __splice_from_pipe - splice data from a pipe to given actor
590 * @sd: information to @actor
591 * @actor: handler that splices the data
595 * @actor to do the actual moving of a single struct pipe_buffer to
601 splice_actor *actor)
610 ret = splice_from_pipe_feed(pipe, sd, actor);
625 * @actor: handler that splices the data
634 splice_actor *actor)
645 ret = __splice_from_pipe(pipe, &sd, actor);
1000 * @sd: actor information on where to splice to
1001 * @actor: handles the data splicing
1011 splice_direct_actor *actor)
1088 ret = actor(pipe, sd);