Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/memfd/
Dmemfd_test.c99 static void mfd_assert_has_seals(int fd, unsigned int seals) in mfd_assert_has_seals() function
702 mfd_assert_has_seals(fd, 0); in test_basic()
705 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
711 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
716 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
731 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
735 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
752 mfd_assert_has_seals(fd, 0); in test_seal_write()
754 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write()
782 mfd_assert_has_seals(fd, 0); in test_seal_future_write()
[all …]
Dfuse_test.c76 static void mfd_assert_has_seals(int fd, __u64 seals) in mfd_assert_has_seals() function
302 mfd_assert_has_seals(mfd, F_SEAL_WRITE); in main()