Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfile.h85 extern int f_dupfd(unsigned int from, struct file *file, unsigned flags);
/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c339 err = f_dupfd(arg, filp, 0); in do_fcntl()
342 err = f_dupfd(arg, filp, O_CLOEXEC); in do_fcntl()
H A Dfile.c1250 int f_dupfd(unsigned int from, struct file *file, unsigned flags) in f_dupfd() function