PKUOS - Pintos
Pintos source browser for PKU Operating System course
seq-test.h
Go to the documentation of this file.
1#ifndef TESTS_FILESYS_SEQ_TEST_H
2#define TESTS_FILESYS_SEQ_TEST_H
3
4#include <stddef.h>
5
6void seq_test (const char *file_name,
7 void *buf, size_t size, size_t initial_size,
8 size_t (*block_size_func) (void),
9 void (*check_func) (int fd, long ofs));
10
11#endif /**< tests/filesys/seq-test.h */
static char buf[BUF_SIZE]
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
Definition: seq-test.c:7
static const char file_name[]
tests/filesys/base/syn-read.h
Definition: syn-read.h:5