Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dfile.c1181 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3()
1215 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument
1220 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
/kernel/linux/linux-5.10/fs/hostfs/
Dhostfs_user.c169 int replace_file(int oldfd, int fd) in replace_file()
/kernel/linux/linux-5.10/fs/fuse/
Ddev.c2269 int oldfd; in fuse_dev_ioctl() local
/kernel/liteos_a/syscall/
Dfs_syscall.c2032 int SysRenameat(int oldfd, const char *oldpath, int newdfd, const char *newpath) in SysRenameat()