Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpipe_fs_i.h269 long pipe_fcntl(struct file *, unsigned int, unsigned long arg);
/Linux-v5.10/fs/
Dfcntl.c417 err = pipe_fcntl(filp, cmd, arg); in do_fcntl()
Dpipe.c1362 long pipe_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in pipe_fcntl() function