Searched defs:oldfd (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/ |
D | file.c | 874 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3() 908 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument 913 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
|
/Linux-v4.19/fs/hostfs/ |
D | hostfs_user.c | 169 int replace_file(int oldfd, int fd) in replace_file()
|
/Linux-v4.19/fs/fuse/ |
D | dev.c | 2219 int oldfd; in fuse_dev_ioctl() local
|