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

/linux-master/include/linux/
H A Dfile.h89 extern int f_dupfd(unsigned int from, struct file *file, unsigned flags);
/linux-master/fs/
H A Dfcntl.c356 err = f_dupfd(argi, filp, 0);
359 err = f_dupfd(argi, filp, O_CLOEXEC);
H A Dfile.c1424 int f_dupfd(unsigned int from, struct file *file, unsigned flags) function

Completed in 246 milliseconds