Searched refs:fchmod (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | user_syms.c | 77 EXPORT_SYMBOL_PROTO(fchmod); variable
|
H A D | file.c | 127 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
|
/kernel/linux/linux-5.10/fs/hostfs/ |
H A D | hostfs_user.c | 202 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
|
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_user.c | 203 if (fchmod(fd, attrs->ia_mode) != 0) in set_attr()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | file.c | 127 CATCH_EINTR(err = fchmod(fd, mode)); in os_mode_fd()
|
/kernel/linux/linux-6.6/tools/testing/selftests/memfd/ |
H A D | memfd_test.c | 722 if (fchmod(fd, mode) < 0) { in mfd_assert_chmod() 723 printf("fchmod(%s, 0%04o) failed: %m\n", buf, mode); in mfd_assert_chmod() 743 if (fchmod(fd, mode) == 0) { in mfd_fail_chmod() 744 printf("fchmod(%s, 0%04o) didn't fail as expected\n", in mfd_fail_chmod()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | unifdef.c | 352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | unifdef.c | 352 fchmod(ofd, ist.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)); in main()
|
/kernel/linux/linux-5.10/fs/ |
H A D | open.c | 601 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) in SYSCALL_DEFINE2()
|
/kernel/linux/linux-6.6/fs/ |
H A D | open.c | 662 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) in SYSCALL_DEFINE2()
|
Completed in 14 milliseconds