Lines Matching refs:F_SEAL_WRITE

597 				 F_SEAL_WRITE);  in test_basic()
599 F_SEAL_WRITE); in test_basic()
603 F_SEAL_WRITE); in test_basic()
605 F_SEAL_WRITE); in test_basic()
611 F_SEAL_WRITE | in test_basic()
627 F_SEAL_WRITE); in test_basic()
644 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write()
645 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write()
744 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_dup()
745 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_dup()
746 mfd_assert_has_seals(fd2, F_SEAL_WRITE); in test_share_dup()
749 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
750 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
753 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
754 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
783 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
791 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
792 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_mmap()
814 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_open()
815 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_open()
816 mfd_assert_has_seals(fd2, F_SEAL_WRITE); in test_share_open()
819 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
820 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
826 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
827 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
833 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
834 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
858 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()
863 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()