Home
last modified time | relevance | path

Searched refs:get_pipe_info (Results 1 – 2 of 2) sorted by relevance

/fs/
Dsplice.c1327 ipipe = get_pipe_info(in); in do_splice()
1328 opipe = get_pipe_info(out); in do_splice()
1542 pipe = get_pipe_info(file); in vmsplice_to_user()
1630 pipe = get_pipe_info(file); in vmsplice_to_pipe()
2003 struct pipe_inode_info *ipipe = get_pipe_info(in); in do_tee()
2004 struct pipe_inode_info *opipe = get_pipe_info(out); in do_tee()
Dpipe.c1252 struct pipe_inode_info *get_pipe_info(struct file *file) in get_pipe_info() function
1264 pipe = get_pipe_info(file); in pipe_fcntl()