#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_tell (int fd, long ofs) |
void | test_main (void) |
Variables | |
static char | buf [2134] |
static void check_tell | ( | int | fd, | |
long | ofs | |||
) | [static] |
Definition at line 18 of file grow-tell.c.
References fail(), and tell().
Referenced by test_main().
static size_t return_block_size | ( | void | ) | [static] |
Definition at line 12 of file grow-tell.c.
void test_main | ( | void | ) |
Definition at line 27 of file grow-tell.c.
References buf, check_tell(), return_block_size(), and seq_test().
char buf[2134] [static] |
Definition at line 9 of file grow-tell.c.