Lines Matching refs:mfd_assert_add_seals
223 static void mfd_assert_add_seals(int fd, unsigned int seals) in mfd_assert_add_seals() function
916 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
922 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
928 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
966 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write()
997 mfd_assert_add_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()
1029 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write_map_read_shared()
1056 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_seal_shrink()
1082 mfd_assert_add_seals(fd, F_SEAL_GROW); in test_seal_grow()
1108 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
1140 mfd_assert_add_seals(fd, F_SEAL_EXEC); in test_exec_seal()
1162 mfd_assert_add_seals(fd, F_SEAL_EXEC); in test_exec_seal()
1569 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_dup()
1573 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_dup()
1577 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
1612 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_share_mmap()
1618 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
1643 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_open()
1647 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_open()
1661 mfd_assert_add_seals(fd2, F_SEAL_SEAL); in test_share_open()
1686 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_fork()