Lines Matching refs:F_SEAL_SHRINK
595 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
597 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
601 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
603 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
608 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
624 mfd_fail_add_seals(fd, F_SEAL_SHRINK | in test_basic()
667 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_seal_shrink()
668 mfd_assert_has_seals(fd, F_SEAL_SHRINK); in test_seal_shrink()
715 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
716 mfd_assert_has_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
747 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_dup()
748 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
749 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
752 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
753 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
784 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_share_mmap()
785 mfd_assert_has_seals(fd, F_SEAL_SHRINK); in test_share_mmap()
791 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_mmap()
817 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_open()
818 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
819 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
825 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
826 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
832 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
833 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()