Home
last modified time | relevance | path

Searched refs:__NR_statx (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-Implement-linux-rseq-syscall-as-ENOSYS.patch40 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 D0001-HACK-seccomp-Allow-new-syscalls-for-old-arm-aarch64.patch19 #ifdef __NR_statx
20 SC_DENY(__NR_statx, EACCES),
/OK3568_Linux_fs/kernel/samples/vfs/
H A Dtest-statx.c37 #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 Dunistd.h735 #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 Dunistd.h735 #define __NR_statx 291 macro
736 __SYSCALL(__NR_statx, sys_statx)
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dunistd.h771 #define __NR_statx 291 macro
772 __SYSCALL(__NR_statx, sys_statx)
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dunistd.h771 #define __NR_statx 291 macro
772 __SYSCALL(__NR_statx, sys_statx)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dunistd32.h807 #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 Dunistd-common.h356 #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 Dsyscall.h2214 #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 Dsyscall.h2214 #ifdef __NR_statx
2215 # define SYS_statx __NR_statx
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c3895 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()