#include <stdio.h>
#include <syscall.h>
#include "tests/filesys/extended/mk-tree.h"
#include "tests/lib.h"
Go to the source code of this file.
Functions | |
static void | do_mkdir (const char *format,...) PRINTF_FORMAT(1 |
static void static void | do_touch (const char *format,...) PRINTF_FORMAT(1 |
static void static void void | make_tree (int at, int bt, int ct, int dt) |
static void do_mkdir | ( | const char * | format, | |
... | ||||
) | [static] |
Definition at line 44 of file mk-tree.c.
References CHECK, mkdir(), va_end, va_start, and vsnprintf().
Referenced by make_tree().
static void do_touch | ( | const char * | format, | |
... | ||||
) | [static] |
Definition at line 57 of file mk-tree.c.
References CHECK, create(), va_end, va_start, and vsnprintf().
Referenced by make_tree().
static void static void void make_tree | ( | int | at, | |
int | bt, | |||
int | ct, | |||
int | dt | |||
) |
Definition at line 12 of file mk-tree.c.
References CHECK, close(), do_mkdir(), do_touch(), msg(), open(), quiet, and snprintf().
Referenced by test_main().