Searched refs:f_dupfd (Results 1 – 2 of 2) sorted by relevance
258 err = f_dupfd(arg, filp, 0); in do_fcntl()261 err = f_dupfd(arg, filp, O_CLOEXEC); in do_fcntl()
909 int f_dupfd(unsigned int from, struct file *file, unsigned flags) in f_dupfd() function