Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/memfd/
Dmemfd_test.c99 static void mfd_assert_has_seals(int fd, unsigned int seals) in mfd_assert_has_seals() function
667 mfd_assert_has_seals(fd, 0); in test_basic()
670 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
676 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
681 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
696 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
700 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
717 mfd_assert_has_seals(fd, 0); in test_seal_write()
719 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write()
747 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()