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

/linux-4.1.27/include/linux/
H A Dfile.h63 extern int f_dupfd(unsigned int from, struct file *file, unsigned flags);
/linux-4.1.27/fs/
H A Dfcntl.c250 err = f_dupfd(arg, filp, 0); do_fcntl()
253 err = f_dupfd(arg, filp, O_CLOEXEC); do_fcntl()
H A Dfile.c880 int f_dupfd(unsigned int from, struct file *file, unsigned flags) f_dupfd() function

Completed in 62 milliseconds