Searched refs:mfd_assert_mode (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/memfd/ |
| H A D | memfd_test.c | 728 static void mfd_assert_mode(int fd, int mode) in mfd_assert_mode() function 758 mfd_assert_mode(fd, mode); in mfd_assert_chmod() 780 mfd_assert_mode(fd, st.st_mode & 07777); in mfd_fail_chmod() 1136 mfd_assert_mode(fd, 0777); in test_exec_seal() 1158 mfd_assert_mode(fd, 0777); in test_exec_seal() 1185 mfd_assert_mode(fd, 0777); in test_exec_no_seal() 1204 mfd_assert_mode(fd, 0666); in test_noexec_seal() 1213 mfd_assert_mode(fd, 0666); in test_noexec_seal() 1228 mfd_assert_mode(fd, 0777); in test_sysctl_sysctl0() 1249 mfd_assert_mode(fd, 0666); in test_sysctl_sysctl1() [all …]
|