Lines Matching refs:actor
379 * @sd: information to @actor
380 * @actor: handler that splices the data
383 * This function loops over the pipe and calls @actor to do the
397 splice_actor *actor)
418 ret = actor(pipe, buf, sd);
540 * __splice_from_pipe - splice data from a pipe to given actor
542 * @sd: information to @actor
543 * @actor: handler that splices the data
547 * @actor to do the actual moving of a single struct pipe_buffer to
553 splice_actor *actor)
562 ret = splice_from_pipe_feed(pipe, sd, actor);
577 * @actor: handler that splices the data
586 splice_actor *actor)
597 ret = __splice_from_pipe(pipe, &sd, actor);
794 * @sd: actor information on where to splice to
795 * @actor: handles the data splicing
805 splice_direct_actor *actor)
888 ret = actor(pipe, sd);