Home
last modified time | relevance | path

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

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