• Home
  • Raw
  • Download

Lines Matching refs:F_SEAL_SHRINK

669 	mfd_assert_add_seals(fd, F_SEAL_SHRINK |  in test_basic()
671 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
675 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic()
677 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
682 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
698 mfd_fail_add_seals(fd, F_SEAL_SHRINK | in test_basic()
783 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_seal_shrink()
784 mfd_assert_has_seals(fd, F_SEAL_SHRINK); in test_seal_shrink()
835 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
836 mfd_assert_has_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize()
869 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_dup()
870 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
871 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
874 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
875 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
908 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_share_mmap()
909 mfd_assert_has_seals(fd, F_SEAL_SHRINK); in test_share_mmap()
915 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_mmap()
943 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_open()
944 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
945 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
951 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
952 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
958 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
959 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()