Searched refs:get_pipe_info (Results 1 – 3 of 3) sorted by relevance
190 struct pipe_inode_info *get_pipe_info(struct file *file);
1105 ipipe = get_pipe_info(in); in do_splice()1106 opipe = get_pipe_info(out); in do_splice()1249 struct pipe_inode_info *pipe = get_pipe_info(file); in vmsplice_to_user()1284 pipe = get_pipe_info(file); in vmsplice_to_pipe()1707 struct pipe_inode_info *ipipe = get_pipe_info(in); in do_tee()1708 struct pipe_inode_info *opipe = get_pipe_info(out); in do_tee()
1117 struct pipe_inode_info *get_pipe_info(struct file *file) in get_pipe_info() function1127 pipe = get_pipe_info(file); in pipe_fcntl()