Lines Matching refs:F_SEAL_WRITE

596 				 F_SEAL_WRITE);  in test_basic()
598 F_SEAL_WRITE); in test_basic()
602 F_SEAL_WRITE); in test_basic()
604 F_SEAL_WRITE); in test_basic()
610 F_SEAL_WRITE | in test_basic()
626 F_SEAL_WRITE); in test_basic()
643 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write()
644 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write()
743 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_dup()
744 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_dup()
745 mfd_assert_has_seals(fd2, F_SEAL_WRITE); 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()
782 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
790 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
791 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_mmap()
813 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_open()
814 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_open()
815 mfd_assert_has_seals(fd2, F_SEAL_WRITE); 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()
857 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()
862 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()