Lines Matching refs:mfd_assert_add_seals
205 static void mfd_assert_add_seals(int fd, unsigned int seals) in mfd_assert_add_seals() function
880 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
886 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
892 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
930 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write()
961 mfd_assert_add_seals(fd, F_SEAL_FUTURE_WRITE); in test_seal_future_write()
996 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_seal_shrink()
1022 mfd_assert_add_seals(fd, F_SEAL_GROW); in test_seal_grow()
1048 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
1080 mfd_assert_add_seals(fd, F_SEAL_EXEC); in test_exec_seal()
1102 mfd_assert_add_seals(fd, F_SEAL_EXEC); in test_exec_seal()
1429 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_dup()
1433 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_dup()
1437 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
1472 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_share_mmap()
1478 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
1503 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_open()
1507 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_open()
1521 mfd_assert_add_seals(fd2, F_SEAL_SEAL); in test_share_open()
1546 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_fork()