Home
last modified time | relevance | path

Searched refs:fchmod (Results 1 – 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/tools/perf/util/
Dcopyfile.c106 if (!err && fchmod(tofd, mode)) in copyfile_mode_ns()
111 if (fchmod(tofd, mode)) in copyfile_mode_ns()
/kernel/linux/linux-5.10/arch/um/os-Linux/
Duser_syms.c77 EXPORT_SYMBOL_PROTO(fchmod);
Dfile.c127 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
/kernel/linux/linux-5.10/fs/hostfs/
Dhostfs_user.c202 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl99 89 n64 fchmod sys_fchmod
Dsyscall_n32.tbl99 89 n32 fchmod sys_fchmod
Dsyscall_o32.tbl108 94 o32 fchmod sys_fchmod
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl87 75 common fchmod sys_fchmod
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl102 91 common fchmod sys_fchmod
Dsyscall_32.tbl108 94 i386 fchmod sys_fchmod
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl63 52 common fchmod sys_fchmod
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl102 91 common fchmod sys_fchmod
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/
Dsyscall.tbl104 94 common fchmod sys_fchmod
/kernel/linux/linux-5.10/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl89 94 common fchmod sys_fchmod sys_fchmod
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/
Dsyscall.tbl104 94 common fchmod sys_fchmod
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl107 94 common fchmod sys_fchmod
/kernel/linux/linux-5.10/arch/m68k/kernel/syscalls/
Dsyscall.tbl104 94 common fchmod sys_fchmod
/kernel/linux/linux-5.10/arch/arm/tools/
Dsyscall.tbl109 94 common fchmod sys_fchmod
/kernel/linux/linux-5.10/arch/alpha/kernel/syscalls/
Dsyscall.tbl132 124 common fchmod sys_fchmod
/kernel/linux/linux-5.10/arch/s390/kernel/syscalls/
Dsyscall.tbl89 94 common fchmod sys_fchmod sys_fchmod
/kernel/linux/linux-5.10/arch/sparc/kernel/syscalls/
Dsyscall.tbl157 124 common fchmod sys_fchmod
/kernel/linux/linux-5.10/arch/powerpc/kernel/syscalls/
Dsyscall.tbl133 94 common fchmod sys_fchmod
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl131 94 common fchmod sys_fchmod
/kernel/linux/linux-5.10/Documentation/filesystems/spufs/
Dspufs.rst55 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
/kernel/linux/linux-5.10/scripts/
Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()

12