#include "tmpfs.h"
#include "../../vfs/vfs.h"
#include <errno.h>
#include <stdlib.h>
#include <str.h>
#include <sys/types.h>
#include <as.h>
#include <libblock.h>
#include <byteorder.h>
Go to the source code of this file.
Data Structures | |
struct | rdentry |
Defines | |
#define | TMPFS_COMM_SIZE 1024 |
Functions | |
bool | tmpfs_restore (devmap_handle_t) |
static bool | tmpfs_restore_recursion (devmap_handle_t dev, size_t *bufpos, size_t *buflen, aoff64_t *pos, fs_node_t *pfn) |
Definition in file tmpfs_dump.c.