Home
last modified time | relevance | path

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

/fs/
Dfcntl.c258 err = f_dupfd(arg, filp, 0); in do_fcntl()
261 err = f_dupfd(arg, filp, O_CLOEXEC); in do_fcntl()
Dfile.c909 int f_dupfd(unsigned int from, struct file *file, unsigned flags) in f_dupfd() function