Searched refs:fchmod (Results 1 – 15 of 15) sorted by relevance
/linux/tools/perf/util/ |
H A D | copyfile.c | 106 if (!err && fchmod(tofd, mode)) in copyfile_mode_ns() 111 if (fchmod(tofd, mode)) in copyfile_mode_ns()
|
/linux/fs/hostfs/ |
H A D | hostfs_user.c | 204 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
|
/linux/tools/testing/selftests/memfd/ |
H A D | memfd_test.c | 736 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 D | process.c | 297 if (fchmod(stub_exe_fd, 00500) < 0) { in init_stub_exe_fd()
|
/linux/arch/um/os-Linux/ |
H A D | file.c | 128 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
|
/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 99 89 n64 fchmod sys_fchmod
|
/linux/scripts/ |
H A D | syscall.tbl | 70 52 common fchmod sys_fchmod
|
H A D | unifdef.c | 352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 103 91 common fchmod sys_fchmod
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 103 91 common fchmod sys_fchmod
|
H A D | syscall_32.tbl | 109 94 i386 fchmod sys_fchmod
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 131 94 common fchmod sys_fchmod
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 89 94 common fchmod sys_fchmod sys_fchmod
|
/linux/Documentation/filesystems/spufs/ |
H A D | spufs.rst | 55 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
|
/linux/fs/ |
H A D | open.c | 663 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) in SYSCALL_DEFINE2() argument
|