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

/linux-master/include/linux/
H A Dfile.h88 extern int f_dupfd(unsigned int from, struct file *file, unsigned flags);
/linux-master/fs/
H A Dfcntl.c340 err = f_dupfd(argi, filp, 0);
343 err = f_dupfd(argi, filp, O_CLOEXEC);
H A Dfile.c1427 int f_dupfd(unsigned int from, struct file *file, unsigned flags) function

Completed in 137 milliseconds