Searched defs:oldfd (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | fcntl.c | 53 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument 116 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
|
/fs/hostfs/ |
D | hostfs_user.c | 163 int replace_file(int oldfd, int fd) in replace_file()
|