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

Go to the source code of this file.
Data Structures | |
| struct | bplist_entry |
| struct | bplist |
Typedefs | |
| typedef struct bplist_entry | bplist_entry_t |
| typedef struct bplist | bplist_t |
| typedef int | bplist_itor_t (void *arg, const blkptr_t *bp, dmu_tx_t *tx) |
Functions | |
| void | bplist_create (bplist_t *bpl) |
| void | bplist_destroy (bplist_t *bpl) |
| void | bplist_append (bplist_t *bpl, const blkptr_t *bp) |
| void | bplist_iterate (bplist_t *bpl, bplist_itor_t *func, void *arg, dmu_tx_t *tx) |
| typedef struct bplist_entry bplist_entry_t |
| typedef int bplist_itor_t(void *arg, const blkptr_t *bp, dmu_tx_t *tx) |
| void bplist_iterate | ( | bplist_t * | bpl, |
| bplist_itor_t * | func, | ||
| void * | arg, | ||
| dmu_tx_t * | tx | ||
| ) |
1.7.3