Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/memfd/
Dmemfd_test.c194 static void mfd_assert_has_seals(int fd, unsigned int seals) in mfd_assert_has_seals() function
885 mfd_assert_has_seals(fd, 0); in test_basic()
888 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
894 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
899 mfd_assert_has_seals(fd, F_SEAL_SHRINK | in test_basic()
914 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
918 mfd_assert_has_seals(fd, F_SEAL_SEAL); in test_basic()
935 mfd_assert_has_seals(fd, 0); in test_seal_write()
937 mfd_assert_has_seals(fd, F_SEAL_WRITE); in test_seal_write()
965 mfd_assert_has_seals(fd, 0); in test_seal_future_write()
[all …]
Dfuse_test.c77 static void mfd_assert_has_seals(int fd, __u64 seals) in mfd_assert_has_seals() function
303 mfd_assert_has_seals(mfd, F_SEAL_WRITE); in main()