/openbmc/linux/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()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 251 #define __NR_statx 291 macro
|
H A D | unistd_64.h | 280 #define __NR_statx 291 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 279 #define __NR_statx 291 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 276 #define __NR_statx 291 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 328 #define __NR_statx 379 macro
|
H A D | unistd_32.h | 361 #define __NR_statx 379 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 336 #define __NR_statx 332 macro
|
H A D | unistd_32.h | 383 #define __NR_statx 383 macro
|
H A D | unistd_x32.h | 289 #define __NR_statx (__X32_SYSCALL_BIT + 332) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 364 #define __NR_statx 383 macro
|
H A D | unistd_32.h | 373 #define __NR_statx 383 macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 989 #ifdef __NR_statx in sys_statx() 990 return my_syscall5(__NR_statx, fd, path, flags, mask, buf); in sys_statx()
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 699 #define __NR_statx 291 macro 700 __SYSCALL(__NR_statx, sys_statx)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 699 #define __NR_statx 291 macro 700 __SYSCALL(__NR_statx, sys_statx)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 699 #define __NR_statx 291 macro 700 __SYSCALL(__NR_statx, sys_statx)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 807 #define __NR_statx 397 macro 808 __SYSCALL(__NR_statx, sys_statx)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 329 #define __NR_statx (__NR_Linux + 326) macro
|
H A D | unistd_n32.h | 333 #define __NR_statx (__NR_Linux + 330) macro
|
H A D | unistd_o32.h | 369 #define __NR_statx (__NR_Linux + 366) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 356 #define __NR_statx (__NR_SYSCALL_BASE + 397) macro
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 924 …CASE_TEST(syscall_args); EXPECT_SYSER(1, syscall(__NR_statx, 0, NULL, 0, 0, NULL), -1, EFAULT… in run_syscall()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 282 #define __NR_sys_statx __NR_statx 419 #if defined(TARGET_NR_statx) && defined(__NR_statx) 7694 #if defined(TARGET_NR_statx) && defined(__NR_statx) 11874 #if defined(__NR_statx) in _syscall2()
|