Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/os-Linux/
Duser_syms.c77 EXPORT_SYMBOL_PROTO(fchmod);
Dfile.c122 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
/Linux-v4.19/fs/hostfs/
Dhostfs_user.c202 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
/Linux-v4.19/tools/perf/util/
Dutil.c283 if (fchmod(tofd, mode)) in copyfile_mode_ns()
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h102 SYSCALL_SPU(fchmod)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S170 ENTRY_SAME(fchmod)
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl102 91 common fchmod __x64_sys_fchmod
Dsyscall_32.tbl108 94 i386 fchmod sys_fchmod __ia32_sys_fchmod
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl102 91 common fchmod __x64_sys_fchmod
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl109 94 common fchmod sys_fchmod
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl89 94 common fchmod sys_fchmod sys_fchmod
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl89 94 common fchmod sys_fchmod sys_fchmod
/Linux-v4.19/scripts/
Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
/Linux-v4.19/fs/
Dopen.c566 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) in SYSCALL_DEFINE2() argument
/Linux-v4.19/Documentation/filesystems/
Dspufs.txt45 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-