Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpipe_fs_i.h189 long pipe_fcntl(struct file *, unsigned int, unsigned long arg);
/Linux-v4.19/fs/
Dfcntl.c417 err = pipe_fcntl(filp, cmd, arg); in do_fcntl()
Dpipe.c1122 long pipe_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in pipe_fcntl() function