Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dfile.h91 extern int f_dupfd(unsigned int from, struct file *file, unsigned flags);
/linux-6.12.1/fs/
Dfcntl.c454 err = f_dupfd(argi, filp, 0); in do_fcntl()
457 err = f_dupfd(argi, filp, O_CLOEXEC); in do_fcntl()
Dfile.c1394 int f_dupfd(unsigned int from, struct file *file, unsigned flags) in f_dupfd() function