Home
last modified time | relevance | path

Searched refs:__NR_fchmodat (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/include/asm-generic/
Daudit_change_attr.h21 __NR_fchmodat,
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dunistd_64.h289 #define __NR_fchmodat 268 macro
Dunistd_32.h323 #define __NR_fchmodat 306 macro
Dunistd_x32.h256 #define __NR_fchmodat (__X32_SYSCALL_BIT + 268) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dunistd.h92 #define __NR_fchmodat 53 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dunistd.h134 #define __NR_fchmodat 53 macro
135 __SYSCALL(__NR_fchmodat, sys_fchmodat)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dunistd.h177 #define __NR_fchmodat 53 macro
178 __SYSCALL(__NR_fchmodat, sys_fchmodat)
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dunistd.h177 #define __NR_fchmodat 53 macro
178 __SYSCALL(__NR_fchmodat, sys_fchmodat)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_n64.h278 #define __NR_fchmodat (__NR_Linux + 258) macro
Dunistd_n32.h282 #define __NR_fchmodat (__NR_Linux + 262) macro
Dunistd_o32.h319 #define __NR_fchmodat (__NR_Linux + 299) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h296 #define __NR_fchmodat (__NR_SYSCALL_BASE + 333) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dunistd32.h679 #define __NR_fchmodat 333 macro
680 __SYSCALL(__NR_fchmodat, sys_fchmodat)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h309 #define __NR_fchmodat (__NR_SYSCALL_BASE + 333) macro
/kernel/liteos_a/syscall/
Dsyscall_lookup.h53 SYSCALL_HAND_DEF(__NR_fchmodat, SysFchmodat, int, ARG_NUM_4)
/kernel/linux/linux-5.10/tools/include/nolibc/
Dnolibc.h1481 #ifdef __NR_fchmodat in sys_chmod()
1482 return my_syscall4(__NR_fchmodat, AT_FDCWD, path, mode, 0); in sys_chmod()