#include <syscall.h>#include "tests/filesys/seq-test.h"#include "tests/lib.h"#include "tests/main.h"Go to the source code of this file.
Functions | |
| static size_t | return_block_size (void) |
| static void | check_file_size (int fd, long ofs) |
| void | test_main (void) |
Variables | |
| static char | buf [2134] |
| static void check_file_size | ( | int | fd, | |
| long | ofs | |||
| ) | [static] |
Definition at line 19 of file grow-file-size.c.
References fail(), and filesize().
Referenced by test_main().
| static size_t return_block_size | ( | void | ) | [static] |
| void test_main | ( | void | ) |
Definition at line 28 of file grow-file-size.c.
References buf, check_file_size(), return_block_size(), and seq_test().
char buf[2134] [static] |
Definition at line 10 of file grow-file-size.c.
1.5.6