Searched refs:sys_statx (Results 1 – 16 of 16) sorted by relevance
| /tools/include/nolibc/sys/ |
| A D | stat.h | 26 int sys_statx(int fd, const char *path, int flags, unsigned int mask, struct statx *buf) in sys_statx() function 38 return __sysret(sys_statx(fd, path, flags, mask, buf)); in statx() 48 ret = __sysret(sys_statx(fd, path, flag | AT_NO_AUTOMOUNT, STATX_BASIC_STATS, &statx)); in fstatat()
|
| /tools/testing/selftests/proc/ |
| A D | fd-003-kthread.c | 116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx() function 127 rv = sys_statx(fd, pathname, AT_SYMLINK_NOFOLLOW, 0, (void *)stx); in test_lookup_fail()
|
| /tools/perf/arch/s390/entry/syscalls/ |
| A D | syscall.tbl | 389 379 common statx sys_statx sys_statx
|
| /tools/perf/arch/mips/entry/syscalls/ |
| A D | syscall_n64.tbl | 337 326 n64 statx sys_statx
|
| /tools/scripts/ |
| A D | syscall.tbl | 341 291 common statx sys_statx
|
| /tools/perf/arch/parisc/entry/syscalls/ |
| A D | syscall.tbl | 395 349 common statx sys_statx
|
| /tools/perf/arch/sh/entry/syscalls/ |
| A D | syscall.tbl | 393 383 common statx sys_statx
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 344 332 common statx sys_statx
|
| A D | syscall_32.tbl | 398 383 i386 statx sys_statx
|
| /tools/perf/arch/xtensa/entry/syscalls/ |
| A D | syscall.tbl | 374 351 common statx sys_statx
|
| /tools/perf/arch/alpha/entry/syscalls/ |
| A D | syscall.tbl | 453 522 common statx sys_statx
|
| /tools/perf/arch/arm/entry/syscalls/ |
| A D | syscall.tbl | 415 397 common statx sys_statx
|
| /tools/perf/arch/arm64/entry/syscalls/ |
| A D | syscall_32.tbl | 412 397 common statx sys_statx
|
| /tools/perf/arch/sparc/entry/syscalls/ |
| A D | syscall.tbl | 433 360 common statx sys_statx
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| A D | syscall.tbl | 478 383 nospu statx sys_statx
|
| /tools/include/uapi/asm-generic/ |
| A D | unistd.h | 700 __SYSCALL(__NR_statx, sys_statx)
|
Completed in 17 milliseconds