Searched defs:oldfd (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ |
H A D | file.c | 1336 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3() 1370 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument 1375 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
|
/linux/fs/hostfs/ |
H A D | hostfs_user.c | 171 int replace_file(int oldfd, int fd) in replace_file()
|
/linux/fs/fuse/ |
H A D | dev.c | 2407 int oldfd; in fuse_dev_ioctl_clone() local
|