Home
last modified time | relevance | path

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

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