Home
last modified time | relevance | path

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

/linux-4.1.27/arch/um/os-Linux/
Duser_syms.c76 EXPORT_SYMBOL_PROTO(fchmod);
Dmem.c145 err = fchmod(fd, 0777); in create_tmp_file()
Dfile.c120 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
/linux-4.1.27/fs/hostfs/
Dhostfs_user.c202 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S170 ENTRY_SAME(fchmod)
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h101 SYSCALL_SPU(fchmod)
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c96 COMPAT_SYSCALL_WRAP2(fchmod, unsigned int, fd, umode_t, mode);
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl100 91 common fchmod sys_fchmod
Dsyscall_32.tbl103 94 i386 fchmod sys_fchmod
/linux-4.1.27/Documentation/filesystems/
Doverlayfs.txt189 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.1.27/scripts/
Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
/linux-4.1.27/fs/
Dopen.c529 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) in SYSCALL_DEFINE2() argument