00001 /* Writes out the content of a fairly large file in random order, 00002 then reads it back in random order to verify that it was 00003 written properly. */ 00004 00005 #define BLOCK_SIZE 512 00006 #define TEST_SIZE (512 * 150) 00007 #include "tests/filesys/base/random.inc"