Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dfile.h83 extern int f_dupfd(unsigned int from, struct file *file, unsigned flags);
/linux-6.3-rc2/fs/
A Dfcntl.c325 err = f_dupfd(arg, filp, 0); in do_fcntl()
328 err = f_dupfd(arg, filp, O_CLOEXEC); in do_fcntl()
A Dfile.c1285 int f_dupfd(unsigned int from, struct file *file, unsigned flags) in f_dupfd() function

Completed in 8 milliseconds