Lines Matching refs:mfd_assert_add_seals
206 static void mfd_assert_add_seals(int fd, unsigned int seals) in mfd_assert_add_seals() function
899 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
905 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
911 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
949 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write()
980 mfd_assert_add_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()
1012 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write_map_read_shared()
1039 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_seal_shrink()
1065 mfd_assert_add_seals(fd, F_SEAL_GROW); in test_seal_grow()
1091 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
1123 mfd_assert_add_seals(fd, F_SEAL_EXEC); in test_exec_seal()
1145 mfd_assert_add_seals(fd, F_SEAL_EXEC); in test_exec_seal()
1472 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_dup()
1476 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_dup()
1480 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
1515 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_share_mmap()
1521 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
1546 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_open()
1550 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_open()
1564 mfd_assert_add_seals(fd2, F_SEAL_SEAL); in test_share_open()
1589 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_fork()