Searched refs:fchmod (Results 1 – 15 of 15) sorted by relevance
77 EXPORT_SYMBOL_PROTO(fchmod);
122 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
202 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
283 if (fchmod(tofd, mode)) in copyfile_mode_ns()
102 SYSCALL_SPU(fchmod)
170 ENTRY_SAME(fchmod)
102 91 common fchmod __x64_sys_fchmod
108 94 i386 fchmod sys_fchmod __ia32_sys_fchmod
109 94 common fchmod sys_fchmod
89 94 common fchmod sys_fchmod sys_fchmod
352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
566 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) in SYSCALL_DEFINE2() argument
45 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-