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