Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfile.h80 extern int f_dupfd(unsigned int from, struct file *file, unsigned flags);
/Linux-v4.19/fs/
Dfcntl.c331 err = f_dupfd(arg, filp, 0); in do_fcntl()
334 err = f_dupfd(arg, filp, O_CLOEXEC); in do_fcntl()
Dfile.c948 int f_dupfd(unsigned int from, struct file *file, unsigned flags) in f_dupfd() function