Searched refs:mfd_assert_add_seals (Results 1 – 2 of 2) sorted by relevance
/tools/testing/selftests/memfd/ |
D | memfd_test.c | 124 static void mfd_assert_add_seals(int fd, unsigned int seals) in mfd_assert_add_seals() function 664 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic() 670 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic() 676 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic() 743 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write() 773 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_seal_shrink() 803 mfd_assert_add_seals(fd, F_SEAL_GROW); in test_seal_grow() 833 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize() 898 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_dup() 902 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_dup() [all …]
|
D | fuse_test.c | 90 static void mfd_assert_add_seals(int fd, __u64 seals) in mfd_assert_add_seals() function 195 mfd_assert_add_seals(global_mfd, F_SEAL_WRITE); in sealing_thread_fn()
|