Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dfile.c1232 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3() function
1268 return ksys_dup3(oldfd, newfd, flags); in SYSCALL_DEFINE3()
1283 return ksys_dup3(oldfd, newfd, 0); in SYSCALL_DEFINE2()