Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpipe_fs_i.h187 struct pipe_inode_info *get_pipe_info(struct file *file);
/Linux-v5.4/fs/
Dsplice.c1106 ipipe = get_pipe_info(in); in do_splice()
1107 opipe = get_pipe_info(out); in do_splice()
1259 struct pipe_inode_info *pipe = get_pipe_info(file); in vmsplice_to_user()
1294 pipe = get_pipe_info(file); in vmsplice_to_pipe()
1729 struct pipe_inode_info *ipipe = get_pipe_info(in); in do_tee()
1730 struct pipe_inode_info *opipe = get_pipe_info(out); in do_tee()
Dpipe.c1143 struct pipe_inode_info *get_pipe_info(struct file *file) in get_pipe_info() function
1153 pipe = get_pipe_info(file); in pipe_fcntl()