Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpipe_fs_i.h342 long pipe_fcntl(struct file *, unsigned int, unsigned int arg);
/linux/fs/
H A Dfcntl.c543 err = pipe_fcntl(filp, cmd, argi); in do_fcntl()
H A Dpipe.c1400 long pipe_fcntl(struct file *file, unsigned int cmd, unsigned int arg) in pipe_fcntl() function