Searched refs:__NR_statx (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/samples/vfs/ |
D | test-statx.c | 37 #ifndef __NR_statx 38 #define __NR_statx -1 macro 45 return syscall(__NR_statx, dfd, filename, flags, mask, buffer); in statx()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 353 #define __NR_statx 332 macro
|
D | unistd_32.h | 400 #define __NR_statx 383 macro
|
D | unistd_x32.h | 306 #define __NR_statx (__X32_SYSCALL_BIT + 332) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 357 #define __NR_statx 291 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 603 #define __NR_statx 291 macro 604 __SYSCALL(__NR_statx, sys_statx)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 771 #define __NR_statx 291 macro 772 __SYSCALL(__NR_statx, sys_statx)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | unistd.h | 771 #define __NR_statx 291 macro 772 __SYSCALL(__NR_statx, sys_statx)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 346 #define __NR_statx (__NR_Linux + 326) macro
|
D | unistd_n32.h | 350 #define __NR_statx (__NR_Linux + 330) macro
|
D | unistd_o32.h | 386 #define __NR_statx (__NR_Linux + 366) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 360 #define __NR_statx (__NR_SYSCALL_BASE + 397) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 807 #define __NR_statx 397 macro 808 __SYSCALL(__NR_statx, sys_statx)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 373 #define __NR_statx (__NR_SYSCALL_BASE + 397) macro
|
/kernel/liteos_a/syscall/ |
D | syscall_lookup.h | 266 SYSCALL_HAND_DEF(__NR_statx, SysStatx, int, ARG_NUM_5)
|