Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sh/include/uapi/asm/
Dunistd_64.h271 #define __NR_getdents64 248 macro
/Linux-v5.4/include/uapi/asm-generic/
Dunistd.h199 #define __NR_getdents64 61 macro
200 __SYSCALL(__NR_getdents64, sys_getdents64)
/Linux-v5.4/tools/include/uapi/asm-generic/
Dunistd.h199 #define __NR_getdents64 61 macro
200 __SYSCALL(__NR_getdents64, sys_getdents64)
/Linux-v5.4/arch/arm64/include/asm/
Dunistd32.h447 #define __NR_getdents64 217 macro
448 __SYSCALL(__NR_getdents64, sys_getdents64)
/Linux-v5.4/tools/include/nolibc/
Dnolibc.h1532 return my_syscall3(__NR_getdents64, fd, dirp, count); in sys_getdents64()