Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/memfd/
Dmemfd_test.c99 static void mfd_assert_has_seals(int fd, unsigned int seals) in mfd_assert_has_seals() function
701 mfd_assert_has_seals(fd, 0); in test_basic()
704 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
710 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
715 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
730 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
734 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
751 mfd_assert_has_seals(fd, 0); in test_seal_write()
753 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write()
781 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()