Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h251 #define __NR_statx 291 macro
H A Dunistd_64.h280 #define __NR_statx 291 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h279 #define __NR_statx 291 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h276 #define __NR_statx 291 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h328 #define __NR_statx 379 macro
H A Dunistd_32.h361 #define __NR_statx 379 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h336 #define __NR_statx 332 macro
H A Dunistd_32.h383 #define __NR_statx 383 macro
H A Dunistd_x32.h289 #define __NR_statx (__X32_SYSCALL_BIT + 332) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h364 #define __NR_statx 383 macro
H A Dunistd_32.h373 #define __NR_statx 383 macro
/openbmc/linux/tools/include/nolibc/
H A Dsys.h989 #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 Dunistd.h699 #define __NR_statx 291 macro
700 __SYSCALL(__NR_statx, sys_statx)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h699 #define __NR_statx 291 macro
700 __SYSCALL(__NR_statx, sys_statx)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h699 #define __NR_statx 291 macro
700 __SYSCALL(__NR_statx, sys_statx)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h807 #define __NR_statx 397 macro
808 __SYSCALL(__NR_statx, sys_statx)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h329 #define __NR_statx (__NR_Linux + 326) macro
H A Dunistd_n32.h333 #define __NR_statx (__NR_Linux + 330) macro
H A Dunistd_o32.h369 #define __NR_statx (__NR_Linux + 366) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h356 #define __NR_statx (__NR_SYSCALL_BASE + 397) macro
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c924 …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 Dsyscall.c282 #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()