Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/memfd/
Dmemfd_test.c123 static void mfd_fail_add_seals(int fd, unsigned int seals) in mfd_fail_add_seals() function
687 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_basic()
688 mfd_fail_add_seals(fd, 0); in test_basic()
697 mfd_fail_add_seals(fd, F_SEAL_SHRINK | in test_basic()
876 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()
877 mfd_fail_add_seals(fd2, F_SEAL_GROW); in test_share_dup()
878 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
879 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
883 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()
905 mfd_fail_add_seals(fd, F_SEAL_WRITE); in test_share_mmap()
[all …]