Searched refs:fchmod (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/um/os-Linux/ |
D | user_syms.c | 76 EXPORT_SYMBOL_PROTO(fchmod);
|
D | mem.c | 145 err = fchmod(fd, 0777); in create_tmp_file()
|
D | file.c | 121 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_user.c | 202 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 170 ENTRY_SAME(fchmod)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 101 SYSCALL_SPU(fchmod)
|
/linux-4.4.14/tools/perf/util/ |
D | util.c | 197 if (fchmod(tofd, mode)) in copyfile_mode()
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 100 91 common fchmod sys_fchmod
|
D | syscall_32.tbl | 103 94 i386 fchmod sys_fchmod
|
/linux-4.4.14/Documentation/filesystems/ |
D | overlayfs.txt | 190 On a file opened with O_RDONLY fchmod(2), fchown(2), futimesat(2) and
|
D | spufs.txt | 45 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
|
/linux-4.4.14/fs/ |
D | open.c | 531 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) in SYSCALL_DEFINE2() argument
|
/linux-4.4.14/scripts/ |
D | unifdef.c | 352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
|