Searched refs:opipe (Results 1 – 1 of 1) sorted by relevance
1002 struct pipe_inode_info *opipe,1012 struct pipe_inode_info *opipe; in do_splice() local1021 opipe = get_pipe_info(out, true); in do_splice()1023 if (ipipe && opipe) { in do_splice()1028 if (ipipe == opipe) in do_splice()1034 return splice_pipe_to_pipe(ipipe, opipe, len, flags); in do_splice()1070 if (opipe) { in do_splice()1084 pipe_lock(opipe); in do_splice()1085 ret = wait_for_space(opipe, flags); in do_splice()1090 p_space = opipe->max_usage - pipe_occupancy(opipe->head, opipe->tail); in do_splice()[all …]