Home
last modified time | relevance | path

Searched defs:oldfd (Results 1 – 2 of 2) sorted by relevance

/fs/
Dfcntl.c53 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/
Dhostfs_user.c163 int replace_file(int oldfd, int fd) in replace_file()