Searched refs:__NR_statx (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/samples/vfs/ |
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()
|
/Linux-v6.6/tools/include/nolibc/ |
D | sys.h | 989 #ifdef __NR_statx in sys_statx() 990 return my_syscall5(__NR_statx, fd, path, flags, mask, buf); in sys_statx()
|
/Linux-v6.6/tools/include/uapi/asm-generic/ |
D | unistd.h | 699 #define __NR_statx 291 macro 700 __SYSCALL(__NR_statx, sys_statx)
|
/Linux-v6.6/include/uapi/asm-generic/ |
D | unistd.h | 699 #define __NR_statx 291 macro 700 __SYSCALL(__NR_statx, sys_statx)
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | unistd32.h | 807 #define __NR_statx 397 macro 808 __SYSCALL(__NR_statx, sys_statx)
|
/Linux-v6.6/tools/testing/selftests/nolibc/ |
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()
|