Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/asm-generic/
Dunistd.h168 #define __NR_getdents64 61 macro
169 __SYSCALL(__NR_getdents64, sys_getdents64)
/Linux-v6.6/tools/include/uapi/asm-generic/
Dunistd.h168 #define __NR_getdents64 61 macro
169 __SYSCALL(__NR_getdents64, sys_getdents64)
/Linux-v6.6/arch/arm64/include/asm/
Dunistd32.h447 #define __NR_getdents64 217 macro
448 __SYSCALL(__NR_getdents64, sys_getdents64)
/Linux-v6.6/tools/include/nolibc/
Dsys.h351 return my_syscall3(__NR_getdents64, fd, dirp, count); in sys_getdents64()