Home
last modified time | relevance | path

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

/linux-4.4.14/arch/um/os-Linux/
Duser_syms.c76 EXPORT_SYMBOL_PROTO(fchmod);
Dmem.c145 err = fchmod(fd, 0777); in create_tmp_file()
Dfile.c121 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
/linux-4.4.14/fs/hostfs/
Dhostfs_user.c202 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S170 ENTRY_SAME(fchmod)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h101 SYSCALL_SPU(fchmod)
/linux-4.4.14/tools/perf/util/
Dutil.c197 if (fchmod(tofd, mode)) in copyfile_mode()
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl100 91 common fchmod sys_fchmod
Dsyscall_32.tbl103 94 i386 fchmod sys_fchmod
/linux-4.4.14/Documentation/filesystems/
Doverlayfs.txt190 On a file opened with O_RDONLY fchmod(2), fchown(2), futimesat(2) and
Dspufs.txt45 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
/linux-4.4.14/fs/
Dopen.c531 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) in SYSCALL_DEFINE2() argument
/linux-4.4.14/scripts/
Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()