Home
last modified time | relevance | path

Searched refs:sys_statx (Results 1 – 16 of 16) sorted by relevance

/tools/include/nolibc/sys/
A Dstat.h26 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 Dfd-003-kthread.c116 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 Dsyscall.tbl389 379 common statx sys_statx sys_statx
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl337 326 n64 statx sys_statx
/tools/scripts/
A Dsyscall.tbl341 291 common statx sys_statx
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl395 349 common statx sys_statx
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl393 383 common statx sys_statx
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl344 332 common statx sys_statx
A Dsyscall_32.tbl398 383 i386 statx sys_statx
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl374 351 common statx sys_statx
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl453 522 common statx sys_statx
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl415 397 common statx sys_statx
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl412 397 common statx sys_statx
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl433 360 common statx sys_statx
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl478 383 nospu statx sys_statx
/tools/include/uapi/asm-generic/
A Dunistd.h700 __SYSCALL(__NR_statx, sys_statx)

Completed in 17 milliseconds