Lines Matching refs:F_SEAL_WRITE

634 				 F_SEAL_WRITE);  in test_basic()
636 F_SEAL_WRITE); in test_basic()
640 F_SEAL_WRITE); in test_basic()
642 F_SEAL_WRITE); in test_basic()
648 F_SEAL_WRITE | in test_basic()
664 F_SEAL_WRITE); in test_basic()
683 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write()
684 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write()
791 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_dup()
792 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_dup()
793 mfd_assert_has_seals(fd2, F_SEAL_WRITE); in test_share_dup()
796 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
797 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
800 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
801 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
832 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
840 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
841 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_mmap()
865 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_open()
866 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_open()
867 mfd_assert_has_seals(fd2, F_SEAL_WRITE); in test_share_open()
870 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
871 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
877 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
878 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
884 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
885 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
911 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()
916 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()