Searched refs:sys_statx (Results 1 – 25 of 26) sorted by relevance
12
/linux-6.6.21/tools/testing/selftests/proc/ |
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()
|
/linux-6.6.21/tools/include/nolibc/ |
D | sys.h | 987 int sys_statx(int fd, const char *path, int flags, unsigned int mask, struct statx *buf) in sys_statx() function 999 return __sysret(sys_statx(fd, path, flags, mask, buf)); in statx() 1009 ret = __sysret(sys_statx(AT_FDCWD, path, AT_NO_AUTOMOUNT, STATX_BASIC_STATS, &statx)); in stat()
|
/linux-6.6.21/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 389 379 common statx sys_statx sys_statx
|
/linux-6.6.21/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 389 379 common statx sys_statx sys_statx
|
/linux-6.6.21/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 337 326 n64 statx sys_statx
|
/linux-6.6.21/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 338 326 common statx sys_statx
|
/linux-6.6.21/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 337 326 n64 statx sys_statx
|
D | syscall_n32.tbl | 341 330 n32 statx sys_statx
|
D | syscall_o32.tbl | 380 366 o32 statx sys_statx
|
/linux-6.6.21/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 343 332 common statx sys_statx
|
/linux-6.6.21/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 374 351 common statx sys_statx
|
/linux-6.6.21/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 343 332 common statx sys_statx
|
D | syscall_32.tbl | 397 383 i386 statx sys_statx
|
/linux-6.6.21/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 389 379 common statx sys_statx
|
/linux-6.6.21/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 395 349 common statx sys_statx
|
/linux-6.6.21/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 408 398 common statx sys_statx
|
/linux-6.6.21/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 393 383 common statx sys_statx
|
/linux-6.6.21/arch/arm/tools/ |
D | syscall.tbl | 414 397 common statx sys_statx
|
/linux-6.6.21/arch/alpha/kernel/syscalls/ |
D | syscall.tbl | 453 522 common statx sys_statx
|
/linux-6.6.21/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 433 360 common statx sys_statx
|
/linux-6.6.21/tools/include/uapi/asm-generic/ |
D | unistd.h | 700 __SYSCALL(__NR_statx, sys_statx)
|
/linux-6.6.21/include/uapi/asm-generic/ |
D | unistd.h | 700 __SYSCALL(__NR_statx, sys_statx)
|
/linux-6.6.21/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 474 383 nospu statx sys_statx
|
/linux-6.6.21/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 474 383 nospu statx sys_statx
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | unistd32.h | 808 __SYSCALL(__NR_statx, sys_statx)
|
12