Lines Matching refs:F_SEAL_SEAL
714 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic()
718 F_SEAL_SEAL); in test_basic()
730 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
734 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
908 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
909 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
910 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
914 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
915 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
985 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
992 mfd_assert_add_seals(fd2, F_SEAL_SEAL); in test_share_open()
993 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
994 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
1017 mfd_assert_add_seals(fd, F_SEAL_SEAL); in test_share_fork()
1018 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
1021 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()
1026 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_share_fork()