Searched refs:mfd_assert_add_seals (Results 1 – 2 of 2) sorted by relevance
/tools/testing/selftests/memfd/ |
D | memfd_test.c | 87 static void mfd_assert_add_seals(int fd, unsigned int seals) in mfd_assert_add_seals() function 596 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic() 602 mfd_assert_add_seals(fd, F_SEAL_SHRINK | in test_basic() 608 mfd_assert_add_seals(fd, F_SEAL_GROW | F_SEAL_SEAL); in test_basic() 644 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_seal_write() 668 mfd_assert_add_seals(fd, F_SEAL_SHRINK); in test_seal_shrink() 692 mfd_assert_add_seals(fd, F_SEAL_GROW); in test_seal_grow() 716 mfd_assert_add_seals(fd, F_SEAL_SHRINK | F_SEAL_GROW); in test_seal_resize() 744 mfd_assert_add_seals(fd, F_SEAL_WRITE); in test_share_dup() 748 mfd_assert_add_seals(fd2, F_SEAL_SHRINK); in test_share_dup() [all …]
|
D | fuse_test.c | 89 static void mfd_assert_add_seals(int fd, __u64 seals) in mfd_assert_add_seals() function 194 mfd_assert_add_seals(global_mfd, F_SEAL_WRITE); in sealing_thread_fn()
|