Lines Matching refs:F_SEAL_SHRINK
596 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
598 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
602 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
604 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
609 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
625 mfd_fail_add_seals(fd, F_SEAL_SHRINK | in test_basic()
668 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_seal_shrink()
669 mfd_assert_has_seals(fd, F_SEAL_SHRINK); in test_seal_shrink()
716 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
717 mfd_assert_has_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
748 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_dup()
749 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
750 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
753 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
754 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
785 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_share_mmap()
786 mfd_assert_has_seals(fd, F_SEAL_SHRINK); in test_share_mmap()
792 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_mmap()
818 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_open()
819 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
820 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
826 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
827 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
833 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
834 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()