Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpipe_fs_i.h148 long pipe_fcntl(struct file *, unsigned int, unsigned long arg);
/linux-4.4.14/fs/
Dfcntl.c331 err = pipe_fcntl(filp, cmd, arg); in do_fcntl()
Dpipe.c1085 long pipe_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in pipe_fcntl() function