Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/memfd/
H A Dmemfd_test.c123 static void mfd_fail_add_seals(int fd, unsigned int seals) in mfd_fail_add_seals() function
722 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_basic()
723 mfd_fail_add_seals(fd, 0); in test_basic()
732 mfd_fail_add_seals(fd, F_SEAL_SHRINK | in test_basic()
913 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()
914 mfd_fail_add_seals(fd2, F_SEAL_GROW); in test_share_dup()
915 mfd_fail_add_seals(fd, F_SEAL_SEAL); in test_share_dup()
916 mfd_fail_add_seals(fd2, F_SEAL_SEAL); in test_share_dup()
920 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_share_dup()
942 mfd_fail_add_seals(f in test_share_mmap()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/memfd/
H A Dmemfd_test.c221 static void mfd_fail_add_seals(int fd, unsigned int seals) in mfd_fail_add_seals() function
905 mfd_fail_add_seals(fd, F_SEAL_GROW); in test_basic()
906 mfd_fail_add_seals(fd, 0); in test_basic()
915 mfd_fail_add_seals(fd, F_SEAL_SHRINK | 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(f in test_share_mmap()
[all...]

Completed in 3 milliseconds