Home
last modified time | relevance | path

Searched refs:__NR_fchownat (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Daudit_change_attr.h19 #ifdef __NR_fchownat
20 __NR_fchownat,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dunistd.h177 #define __NR_fchownat 54 macro
178 __SYSCALL(__NR_fchownat, sys_fchownat)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dunistd.h177 #define __NR_fchownat 54 macro
178 __SYSCALL(__NR_fchownat, sys_fchownat)
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dunistd.h179 #define __NR_fchownat 54 macro
180 __SYSCALL(__NR_fchownat, sys_fchownat)
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dunistd.h179 #define __NR_fchownat 54 macro
180 __SYSCALL(__NR_fchownat, sys_fchownat)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dunistd32.h663 #define __NR_fchownat 325 macro
664 __SYSCALL(__NR_fchownat, sys_fchownat)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dunistd-common.h284 #define __NR_fchownat (__NR_SYSCALL_BASE + 325) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsyscall.h382 #ifdef __NR_fchownat
383 # define SYS_fchownat __NR_fchownat
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsyscall.h382 #ifdef __NR_fchownat
383 # define SYS_fchownat __NR_fchownat
/OK3568_Linux_fs/kernel/tools/include/nolibc/
H A Dnolibc.h1491 #ifdef __NR_fchownat in sys_chown()
1492 return my_syscall5(__NR_fchownat, AT_FDCWD, path, owner, group, 0); in sys_chown()