Searched defs:oldfd (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/ |
D | file.c | 1321 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3() 1355 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument 1360 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) in SYSCALL_DEFINE2() argument
|
/linux-6.12.1/fs/hostfs/ |
D | hostfs_user.c | 171 int replace_file(int oldfd, int fd) in replace_file()
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf_internal.h | 625 static inline int sys_dup3(int oldfd, int newfd, int flags) in sys_dup3()
|
/linux-6.12.1/fs/fuse/ |
D | dev.c | 2372 int oldfd; in fuse_dev_ioctl_clone() local
|