• Home
  • Raw
  • Download

Lines Matching refs:F_SEAL_WRITE

670 				 F_SEAL_WRITE);  in test_basic()
672 F_SEAL_WRITE); in test_basic()
676 F_SEAL_WRITE); in test_basic()
678 F_SEAL_WRITE); in test_basic()
684 F_SEAL_WRITE | in test_basic()
700 F_SEAL_WRITE); in test_basic()
719 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write()
720 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write()
865 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_dup()
866 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_dup()
867 mfd_assert_has_seals(fd2, F_SEAL_WRITE); 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()
906 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
914 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
915 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_mmap()
939 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_open()
940 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_open()
941 mfd_assert_has_seals(fd2, F_SEAL_WRITE); 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()
985 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()
990 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()