Home
last modified time | relevance | path

Searched refs:mfd_fail_add_seals (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c905 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_basic()
906 mfd_fail_add_seals(fd, 0); in test_basic()
1451 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()
1452 mfd_fail_add_seals(fd2, F_SEAL_GROW); in test_share_dup()
1453 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
1454 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
1458 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()
1480 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
1524 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
1559 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()
[all …]