Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcopyfile.c106 if (!err && fchmod(tofd, mode)) in copyfile_mode_ns()
111 if (fchmod(tofd, mode)) in copyfile_mode_ns()
/linux/fs/hostfs/
H A Dhostfs_user.c204 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c736 if (fchmod(fd, mode) < 0) { in mfd_assert_chmod()
756 if (fchmod(fd, mode) == 0) { in mfd_fail_chmod()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c297 if (fchmod(stub_exe_fd, 00500) < 0) { in init_stub_exe_fd()
/linux/arch/um/os-Linux/
H A Dfile.c128 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl99 89 n64 fchmod sys_fchmod
/linux/scripts/
H A Dsyscall.tbl70 52 common fchmod sys_fchmod
H A Dunifdef.c352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl103 91 common fchmod sys_fchmod
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl103 91 common fchmod sys_fchmod
H A Dsyscall_32.tbl109 94 i386 fchmod sys_fchmod
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl131 94 common fchmod sys_fchmod
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl89 94 common fchmod sys_fchmod sys_fchmod
/linux/Documentation/filesystems/spufs/
H A Dspufs.rst55 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
/linux/fs/
H A Dopen.c663 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) in SYSCALL_DEFINE2() argument