00001 /* Writes out a fairly large file sequentially, one fixed-size 00002 block at a time, then reads it back to verify that it was 00003 written properly. */ 00004 00005 #define TEST_SIZE 75678 00006 #define BLOCK_SIZE 513 00007 #include "tests/filesys/base/seq-block.inc"