FreeBSD ZFS
The Zettabyte File System
Typedefs | Functions

sys/uberblock.h File Reference

#include <sys/spa.h>
#include <sys/vdev.h>
#include <sys/zio.h>
Include dependency graph for uberblock.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

typedef struct uberblock uberblock_t

Definition at line 37 of file uberblock.h.


Function Documentation

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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines