Searched refs:write_striped_vmo_helper (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/blktest/
H A Dblktest.cpp333 bool write_striped_vmo_helper(fifo_client_t* client, test_vmo_object_t* obj, size_t i, size_t objs, function in namespace:tests
353 // Verifies the result from "write_striped_vmo_helper"
419 ASSERT_TRUE(write_striped_vmo_helper(client, &objs[i], i, objs.size(), group, blk_size), "");
457 ASSERT_TRUE(write_striped_vmo_helper(client, obj, i, objs, group, kBlockSize), "");
563 ASSERT_TRUE(write_striped_vmo_helper(client, &objs[i], i, objs.size(), group, kBlockSize), "");
/fuchsia/zircon/system/utest/ramdisk/
H A Dramdisk.cpp709 bool write_striped_vmo_helper(const block_client::Client* client, test_vmo_object_t* obj, size_t i, function in namespace:tests
729 // Verifies the result from "write_striped_vmo_helper"
796 ASSERT_TRUE(write_striped_vmo_helper(&client, &objs[i], i, objs.size(), group, kBlockSize));
831 ASSERT_TRUE(write_striped_vmo_helper(client, obj, i, objs, group, kBlockSize));
930 ASSERT_TRUE(write_striped_vmo_helper(&client, &objs[i], i, objs.size(), group, kBlockSize));

Completed in 64 milliseconds