Searched refs:mfd_fail_add_seals (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/memfd/ |
| H A D | memfd_test.c | 918 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_basic() 919 mfd_fail_add_seals(fd, 0); in test_basic() 1484 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup() 1485 mfd_fail_add_seals(fd2, F_SEAL_GROW); in test_share_dup() 1486 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup() 1487 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup() 1491 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup() 1513 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_mmap() 1557 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open() 1592 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork() [all …]
|