Home
last modified time | relevance | path

Searched refs:ksys_dup3 (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/
Dfile.c1321 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3() function
1357 return ksys_dup3(oldfd, newfd, flags); in SYSCALL_DEFINE3()
1376 return ksys_dup3(oldfd, newfd, 0); in SYSCALL_DEFINE2()