Searched refs:mfd_fail_add_seals (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/testing/selftests/memfd/ |
D | memfd_test.c | 99 static void mfd_fail_add_seals(int fd, unsigned int seals) in mfd_fail_add_seals() function 614 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_basic() 615 mfd_fail_add_seals(fd, 0); in test_basic() 624 mfd_fail_add_seals(fd, F_SEAL_SHRINK | in test_basic() 755 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup() 756 mfd_fail_add_seals(fd2, F_SEAL_GROW); in test_share_dup() 757 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup() 758 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup() 762 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup() 782 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_mmap() [all …]
|