Searched refs:__NR_statx (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/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()
|
| /linux-6.15/tools/include/nolibc/ |
| H A D | sys.h | 1079 #ifdef __NR_statx in sys_statx() 1080 return my_syscall5(__NR_statx, fd, path, flags, mask, buf); in sys_statx()
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | unistd.h | 699 #define __NR_statx 291 macro 700 __SYSCALL(__NR_statx, sys_statx)
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 699 #define __NR_statx 291 macro 700 __SYSCALL(__NR_statx, sys_statx)
|
| /linux-6.15/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1162 …CASE_TEST(syscall_args); EXPECT_SYSER(1, syscall(__NR_statx, 0, NULL, 0, 0, NULL), -1, EFAULT… in run_syscall()
|