PKUOS - Pintos
Pintos source browser for PKU Operating System course
src
tests
filesys
base
lg-seq-block.c
Go to the documentation of this file.
1
/** Writes out a fairly large file sequentially, one fixed-size
2
block at a time, then reads it back to verify that it was
3
written properly. */
4
5
#define TEST_SIZE 75678
6
#define BLOCK_SIZE 513
7
#include "tests/filesys/base/seq-block.inc"
Generated on Thu Nov 4 2021 19:31:00 for PKUOS - Pintos by
1.9.2