Searched refs:mfd_assert_mode (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/memfd/ |
H A D | memfd_test.c | 711 static void mfd_assert_mode(int fd, int mode) in mfd_assert_mode() function 741 mfd_assert_mode(fd, mode); in mfd_assert_chmod() 763 mfd_assert_mode(fd, st.st_mode & 07777); in mfd_fail_chmod() 1119 mfd_assert_mode(fd, 0777); in test_exec_seal() 1141 mfd_assert_mode(fd, 0777); in test_exec_seal() 1168 mfd_assert_mode(fd, 0777); in test_exec_no_seal() 1187 mfd_assert_mode(fd, 0666); in test_noexec_seal() 1196 mfd_assert_mode(fd, 0666); in test_noexec_seal() 1211 mfd_assert_mode(fd, 0777); in test_sysctl_sysctl0() 1232 mfd_assert_mode(fd, 0666); in test_sysctl_sysctl1() [all …]
|