PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
#include <stddef.h>
Go to the source code of this file.
Functions | |
void | seq_test (const char *file_name, void *buf, size_t size, size_t initial_size, size_t(*block_size_func)(void), void(*check_func)(int fd, long ofs)) |
tests/filesys/seq-test.h More... | |
void seq_test | ( | const char * | file_name, |
void * | buf, | ||
size_t | size, | ||
size_t | initial_size, | ||
size_t(*)(void) | block_size_func, | ||
void(*)(int fd, long ofs) | check_func | ||
) |
Definition at line 7 of file seq-test.c.
References block_size(), buf, CHECK, check_file(), close(), create(), fail(), file_name, msg(), NULL, open(), random_bytes(), and write().
Referenced by test_main().