|
FreeBSD ZFS
The Zettabyte File System
|
#include <sys/spa.h>#include <sys/vdev.h>#include <sys/zio.h>

Go to the source code of this file.
Typedefs | |
| typedef struct uberblock | uberblock_t |
Functions | |
| int | uberblock_verify (uberblock_t *ub) |
| int | uberblock_update (uberblock_t *ub, vdev_t *rvd, uint64_t txg) |
| typedef struct uberblock uberblock_t |
Definition at line 37 of file uberblock.h.
| int uberblock_update | ( | uberblock_t * | ub, |
| vdev_t * | rvd, | ||
| uint64_t | txg | ||
| ) |
Definition at line 46 of file uberblock.c.
| int uberblock_verify | ( | uberblock_t * | ub | ) |
Definition at line 30 of file uberblock.c.
1.7.3