PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
#include "tests/filesys/base/random.inc"
Go to the source code of this file.
Macros | |
#define | BLOCK_SIZE 512 |
Writes out the content of a fairly large file in random order, then reads it back in random order to verify that it was written properly. More... | |
#define | TEST_SIZE (512 * 150) |
#define BLOCK_SIZE 512 |
Writes out the content of a fairly large file in random order, then reads it back in random order to verify that it was written properly.
Definition at line 5 of file lg-random.c.
#define TEST_SIZE (512 * 150) |
Definition at line 6 of file lg-random.c.