Searched refs:__NR_statx (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0001-Implement-linux-rseq-syscall-as-ENOSYS.patch | 40 LINXY(__NR_statx, sys_statx), // 332 54 LINXY(__NR_statx, sys_statx), // 397 67 + LINXY(__NR_statx, sys_statx), // 291 69 - LINXY(__NR_statx, sys_statx), // 397 80 LINXY(__NR_statx, sys_statx), // 383 93 LINXY(__NR_statx, sys_statx), // 383 106 LINXY(__NR_statx, sys_statx), // 379 133 #define __NR_statx 397 145 #define __NR_statx 291 185 #define __NR_statx 379
|
| /OK3568_Linux_fs/buildroot/package/openssh/ |
| H A D | 0001-HACK-seccomp-Allow-new-syscalls-for-old-arm-aarch64.patch | 19 #ifdef __NR_statx 20 SC_DENY(__NR_statx, EACCES),
|
| /OK3568_Linux_fs/kernel/samples/vfs/ |
| H A D | test-statx.c | 37 #ifndef __NR_statx 38 #define __NR_statx -1 macro 45 return syscall(__NR_statx, dfd, filename, flags, mask, buffer); in statx()
|
| /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 | 735 #define __NR_statx 291 macro 736 __SYSCALL(__NR_statx, sys_statx)
|
| /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 | 735 #define __NR_statx 291 macro 736 __SYSCALL(__NR_statx, sys_statx)
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | unistd.h | 771 #define __NR_statx 291 macro 772 __SYSCALL(__NR_statx, sys_statx)
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 771 #define __NR_statx 291 macro 772 __SYSCALL(__NR_statx, sys_statx)
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | unistd32.h | 807 #define __NR_statx 397 macro 808 __SYSCALL(__NR_statx, sys_statx)
|
| /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 | 356 #define __NR_statx (__NR_SYSCALL_BASE + 397) 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 | 2214 #ifdef __NR_statx 2215 # define SYS_statx __NR_statx
|
| /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 | 2214 #ifdef __NR_statx 2215 # define SYS_statx __NR_statx
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_test.c | 3895 TESTEQUAL(syscall(__NR_statx, AT_FDCWD, filename, 0, STATX_ALL, in enable_verity() 3980 TESTEQUAL(syscall(__NR_statx, AT_FDCWD, filename, 0, STATX_ALL, in validate_verity()
|