Lines Matching refs:F_SEAL_WRITE

37 		    F_SEAL_WRITE | \
900 F_SEAL_WRITE); in test_basic()
902 F_SEAL_WRITE); in test_basic()
906 F_SEAL_WRITE); in test_basic()
908 F_SEAL_WRITE); in test_basic()
914 F_SEAL_WRITE | in test_basic()
930 F_SEAL_WRITE); in test_basic()
949 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write()
950 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write()
1012 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write_map_read_shared()
1013 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write_map_read_shared()
1472 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_dup()
1473 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_dup()
1474 mfd_assert_has_seals(fd2, F_SEAL_WRITE); in test_share_dup()
1477 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
1478 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_dup()
1481 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
1482 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_dup()
1513 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
1521 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
1522 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_mmap()
1546 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_open()
1547 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_share_open()
1548 mfd_assert_has_seals(fd2, F_SEAL_WRITE); in test_share_open()
1551 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
1552 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
1558 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
1559 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK); in test_share_open()
1565 mfd_assert_has_seals(fd, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
1566 mfd_assert_has_seals(fd2, F_SEAL_WRITE | F_SEAL_SHRINK | F_SEAL_SEAL); in test_share_open()
1592 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()
1597 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()