Searched refs:__NR_getdents64 (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | unistd.h | 197 #define __NR_getdents64 61 macro 198 __SYSCALL(__NR_getdents64, sys_getdents64)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | unistd.h | 197 #define __NR_getdents64 61 macro 198 __SYSCALL(__NR_getdents64, sys_getdents64)
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | unistd.h | 199 #define __NR_getdents64 61 macro 200 __SYSCALL(__NR_getdents64, sys_getdents64)
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 199 #define __NR_getdents64 61 macro 200 __SYSCALL(__NR_getdents64, sys_getdents64)
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | unistd32.h | 447 #define __NR_getdents64 217 macro 448 __SYSCALL(__NR_getdents64, sys_getdents64)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/ |
| H A D | unistd-common.h | 180 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | syscall.h | 530 #ifdef __NR_getdents64 531 # define SYS_getdents64 __NR_getdents64
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | syscall.h | 530 #ifdef __NR_getdents64 531 # define SYS_getdents64 __NR_getdents64
|
| /OK3568_Linux_fs/kernel/tools/include/nolibc/ |
| H A D | nolibc.h | 1543 return my_syscall3(__NR_getdents64, fd, dirp, count); in sys_getdents64()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_test.c | 1126 nread = syscall(__NR_getdents64, fd, buf, in iterate_directory()
|