Lines Matching refs:mfd_fail_add_seals
218 static void mfd_fail_add_seals(int fd, unsigned int seals) in mfd_fail_add_seals() function
899 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_basic()
900 mfd_fail_add_seals(fd, 0); in test_basic()
909 mfd_fail_add_seals(fd, F_SEAL_SHRINK | in test_basic()
1441 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()
1442 mfd_fail_add_seals(fd2, F_SEAL_GROW); in test_share_dup()
1443 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
1444 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
1448 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()
1470 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
1514 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_open()
1549 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()
1554 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_fork()