Home
last modified time | relevance | path

Searched refs:sys_chmod (Results 1 – 23 of 23) sorted by relevance

/linux-5.19.10/tools/include/nolibc/
Dsys.h115 int sys_chmod(const char *path, mode_t mode) in sys_chmod() function
122 #error Neither __NR_fchmodat nor __NR_chmod defined, cannot implement sys_chmod() in sys_chmod()
129 int ret = sys_chmod(path, mode); in chmod()
/linux-5.19.10/arch/s390/kernel/syscalls/
Dsyscall.tbl25 15 common chmod sys_chmod sys_chmod
/linux-5.19.10/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl25 15 common chmod sys_chmod sys_chmod
/linux-5.19.10/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl98 88 n64 chmod sys_chmod
/linux-5.19.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl26 14 common chmod sys_chmod
/linux-5.19.10/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl98 88 n64 chmod sys_chmod
Dsyscall_n32.tbl98 88 n32 chmod sys_chmod
Dsyscall_o32.tbl25 15 o32 chmod sys_chmod
/linux-5.19.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl101 90 common chmod sys_chmod
/linux-5.19.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl55 44 common chmod sys_chmod
/linux-5.19.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl101 90 common chmod sys_chmod
Dsyscall_32.tbl29 15 i386 chmod sys_chmod
/linux-5.19.10/arch/sh/kernel/syscalls/
Dsyscall.tbl25 15 common chmod sys_chmod
/linux-5.19.10/arch/microblaze/kernel/syscalls/
Dsyscall.tbl25 15 common chmod sys_chmod
/linux-5.19.10/arch/arm/tools/
Dsyscall.tbl29 15 common chmod sys_chmod
/linux-5.19.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl26 15 common chmod sys_chmod
/linux-5.19.10/arch/m68k/kernel/syscalls/
Dsyscall.tbl25 15 common chmod sys_chmod
/linux-5.19.10/arch/sparc/kernel/syscalls/
Dsyscall.tbl28 15 common chmod sys_chmod
/linux-5.19.10/arch/alpha/kernel/syscalls/
Dsyscall.tbl25 15 common chmod sys_chmod
/linux-5.19.10/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl27 15 common chmod sys_chmod
/linux-5.19.10/arch/powerpc/kernel/syscalls/
Dsyscall.tbl27 15 common chmod sys_chmod
/linux-5.19.10/arch/arm64/include/asm/
Dunistd32.h44 __SYSCALL(__NR_chmod, sys_chmod)
/linux-5.19.10/include/linux/
Dsyscalls.h1096 asmlinkage long sys_chmod(const char __user *filename, umode_t mode);