Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfile.h86 extern int f_dupfd(unsigned int from, struct file *file, unsigned flags);
/openbmc/linux/fs/
H A Dfcntl.c318 err = f_dupfd(argi, filp, 0); in do_fcntl()
321 err = f_dupfd(argi, filp, O_CLOEXEC); in do_fcntl()
H A Dfile.c1272 int f_dupfd(unsigned int from, struct file *file, unsigned flags) in f_dupfd() function