Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpipe_fs_i.h269 long pipe_fcntl(struct file *, unsigned int, unsigned long arg);
/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c425 err = pipe_fcntl(filp, cmd, arg); in do_fcntl()
H A Dpipe.c1386 long pipe_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in pipe_fcntl() function