Searched refs:__NR_statx (Results 1 – 4 of 4) sorted by relevance
| /linux/samples/vfs/ |
| H A D | test-statx.c | 43 #ifndef __NR_statx 44 #define __NR_statx -1 macro 51 return syscall(__NR_statx, dfd, filename, flags, mask, buffer); in statx()
|
| /linux/tools/include/nolibc/sys/ |
| H A D | stat.h | 29 #ifdef __NR_statx in sys_statx() 30 return __nolibc_syscall5(__NR_statx, fd, path, flags, mask, buf); in sys_statx()
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 699 #define __NR_statx 291 macro 700 __SYSCALL(__NR_statx, sys_statx)
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1507 CASE_TEST(syscall_args); EXPECT_SYSER(1, syscall(__NR_statx, 0, NULL, 0, 0, NULL), -1, EFAULT); break; in run_stdlib() 1509 CASE_TEST(_syscall_args); EXPECT_SYSEQ(is_nolibc, _syscall(__NR_statx, 0, NULL, 0, 0, NULL), -EFAULT); break; in run_stdlib()
|