Searched refs:sys_statx (Results 1 – 25 of 25) sorted by relevance
/linux-6.3-rc2/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()
|
/linux-6.3-rc2/arch/s390/kernel/syscalls/ |
A D | syscall.tbl | 389 379 common statx sys_statx sys_statx
|
/linux-6.3-rc2/tools/perf/arch/s390/entry/syscalls/ |
A D | syscall.tbl | 389 379 common statx sys_statx sys_statx
|
/linux-6.3-rc2/arch/ia64/kernel/syscalls/ |
A D | syscall.tbl | 338 326 common statx sys_statx
|
/linux-6.3-rc2/tools/perf/arch/mips/entry/syscalls/ |
A D | syscall_n64.tbl | 337 326 n64 statx sys_statx
|
/linux-6.3-rc2/arch/mips/kernel/syscalls/ |
A D | syscall_n64.tbl | 337 326 n64 statx sys_statx
|
A D | syscall_n32.tbl | 341 330 n32 statx sys_statx
|
A D | syscall_o32.tbl | 380 366 o32 statx sys_statx
|
/linux-6.3-rc2/arch/x86/entry/syscalls/ |
A D | syscall_64.tbl | 343 332 common statx sys_statx
|
A D | syscall_32.tbl | 397 383 i386 statx sys_statx
|
/linux-6.3-rc2/arch/xtensa/kernel/syscalls/ |
A D | syscall.tbl | 374 351 common statx sys_statx
|
/linux-6.3-rc2/tools/perf/arch/x86/entry/syscalls/ |
A D | syscall_64.tbl | 343 332 common statx sys_statx
|
/linux-6.3-rc2/arch/sh/kernel/syscalls/ |
A D | syscall.tbl | 393 383 common statx sys_statx
|
/linux-6.3-rc2/arch/arm/tools/ |
A D | syscall.tbl | 414 397 common statx sys_statx
|
/linux-6.3-rc2/arch/microblaze/kernel/syscalls/ |
A D | syscall.tbl | 408 398 common statx sys_statx
|
/linux-6.3-rc2/arch/m68k/kernel/syscalls/ |
A D | syscall.tbl | 389 379 common statx sys_statx
|
/linux-6.3-rc2/arch/parisc/kernel/syscalls/ |
A D | syscall.tbl | 395 349 common statx sys_statx
|
/linux-6.3-rc2/arch/sparc/kernel/syscalls/ |
A D | syscall.tbl | 433 360 common statx sys_statx
|
/linux-6.3-rc2/arch/alpha/kernel/syscalls/ |
A D | syscall.tbl | 453 522 common statx sys_statx
|
/linux-6.3-rc2/arch/powerpc/kernel/syscalls/ |
A D | syscall.tbl | 474 383 nospu statx sys_statx
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | unistd.h | 772 __SYSCALL(__NR_statx, sys_statx)
|
/linux-6.3-rc2/tools/include/uapi/asm-generic/ |
A D | unistd.h | 772 __SYSCALL(__NR_statx, sys_statx)
|
/linux-6.3-rc2/tools/perf/arch/powerpc/entry/syscalls/ |
A D | syscall.tbl | 474 383 nospu statx sys_statx
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | unistd32.h | 808 __SYSCALL(__NR_statx, sys_statx)
|
/linux-6.3-rc2/include/linux/ |
A D | syscalls.h | 1032 asmlinkage long sys_statx(int dfd, const char __user *path, unsigned flags,
|
Completed in 29 milliseconds