Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/uapi/asm-generic/
Dunistd.h199 #define __NR_getdents64 61 macro
200 __SYSCALL(__NR_getdents64, sys_getdents64)
/linux-6.1.9/include/uapi/asm-generic/
Dunistd.h199 #define __NR_getdents64 61 macro
200 __SYSCALL(__NR_getdents64, sys_getdents64)
/linux-6.1.9/arch/arm64/include/asm/
Dunistd32.h447 #define __NR_getdents64 217 macro
448 __SYSCALL(__NR_getdents64, sys_getdents64)
/linux-6.1.9/tools/include/nolibc/
Dsys.h395 return my_syscall3(__NR_getdents64, fd, dirp, count); in sys_getdents64()