FreeBSD ZFS
The Zettabyte File System
Data Fields

bptree_args Struct Reference

Collaboration diagram for bptree_args:
Collaboration graph
[legend]

Data Fields

bptree_phys_tba_phys
 data in bonus buffer, dirtied if freeing
boolean_t ba_free
 true if freeing during traversal
bptree_itor_tba_func
 function to call for each blockpointer
void * ba_arg
 caller supplied argument to ba_func
dmu_tx_tba_tx
 caller supplied tx, NULL if not freeing

Detailed Description

Definition at line 53 of file bptree.c.


Field Documentation

caller supplied argument to ba_func

Definition at line 58 of file bptree.c.

true if freeing during traversal

Definition at line 55 of file bptree.c.

function to call for each blockpointer

Definition at line 57 of file bptree.c.

data in bonus buffer, dirtied if freeing

Definition at line 54 of file bptree.c.

caller supplied tx, NULL if not freeing

Definition at line 59 of file bptree.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines