Searched refs:sys_statx (Results 1 - 14 of 14) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
| H 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()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
| H 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()
|
| /kernel/linux/linux-6.6/tools/include/nolibc/ |
| H A 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()
|
| /kernel/linux/linux-5.10/arch/loongarch/kernel/ |
| H A D | scall-trans-mips64.S | 433 PTR sys_statx
|
| H A D | scall-trans-i386.S | 491 PTR sys_statx /* 383 */
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| H A D | unistd32.h | 808 __SYSCALL(__NR_statx, sys_statx)
|
| /kernel/linux/linux-6.6/arch/arm64/include/asm/ |
| H A D | unistd32.h | 808 __SYSCALL(__NR_statx, sys_statx)
|
| /kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 772 __SYSCALL(__NR_statx, sys_statx)
|
| /kernel/linux/linux-5.10/include/uapi/asm-generic/ |
| H A D | unistd.h | 772 __SYSCALL(__NR_statx, sys_statx)
|
| /kernel/linux/linux-6.6/include/uapi/asm-generic/ |
| H A D | unistd.h | 700 __SYSCALL(__NR_statx, sys_statx)
|
| /kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 700 __SYSCALL(__NR_statx, sys_statx)
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
| H A D | unistd.h | 604 __SYSCALL(__NR_statx, sys_statx)
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | syscalls.h | 1019 asmlinkage long sys_statx(int dfd, const char __user *path, unsigned flags,
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | syscalls.h | 911 asmlinkage long sys_statx(int dfd, const char __user *path, unsigned flags,
|
Completed in 17 milliseconds