FreeBSD ZFS
The Zettabyte File System
Data Fields

sa_handle Struct Reference

Opaque handle used for most sa functions. More...

#include <sa_impl.h>

Collaboration diagram for sa_handle:
Collaboration graph
[legend]

Data Fields

kmutex_t sa_lock
dmu_buf_tsa_bonus
dmu_buf_tsa_spill
objset_tsa_os
void * sa_userp
sa_idx_tab_tsa_bonus_tab
 idx of bonus
sa_idx_tab_tsa_spill_tab
 only present if spill activated

Detailed Description

Opaque handle used for most sa functions.

This needs to be kept as small as possible.

Definition at line 213 of file sa_impl.h.


Field Documentation

Definition at line 215 of file sa_impl.h.

idx of bonus

Definition at line 219 of file sa_impl.h.

Definition at line 214 of file sa_impl.h.

Definition at line 217 of file sa_impl.h.

Definition at line 216 of file sa_impl.h.

only present if spill activated

Definition at line 220 of file sa_impl.h.

Definition at line 218 of file sa_impl.h.


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