Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dfile.c1197 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3()
1231 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument
1236 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
/kernel/linux/linux-6.6/fs/
Dfile.c1211 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3()
1245 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument
1250 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
/kernel/linux/linux-6.6/fs/hostfs/
Dhostfs_user.c180 int replace_file(int oldfd, int fd) in replace_file()
/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.c2271 int oldfd; in fuse_dev_ioctl() local
/kernel/linux/linux-6.6/fs/fuse/
Ddev.c2260 int oldfd; in fuse_dev_ioctl() local
/kernel/liteos_a/syscall/
Dfs_syscall.c2033 int SysRenameat(int oldfd, const char *oldpath, int newdfd, const char *newpath) in SysRenameat()