|
Motr
M0
|
#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <limits.h>#include <errno.h>#include <string.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Creates a file in motr and try to fsync some data to it.
Definition at line 34 of file m0t1fs_fsync_test_helper.c.