|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|
#include "tests/filesys/base/seq-block.inc"
Go to the source code of this file.
Macros | |
| #define | TEST_SIZE 5678 |
| Writes out a fairly small file sequentially, one fixed-size block at a time, then reads it back to verify that it was written properly. More... | |
| #define | BLOCK_SIZE 513 |
| #define BLOCK_SIZE 513 |
Definition at line 6 of file sm-seq-block.c.
| #define TEST_SIZE 5678 |
Writes out a fairly small file sequentially, one fixed-size block at a time, then reads it back to verify that it was written properly.
Definition at line 5 of file sm-seq-block.c.
1.8.16