FreeBSD ZFS
The Zettabyte File System
Data Fields

sa_lot Struct Reference

Each unique layout will have their own table sa_lot (layout_table) More...

#include <sa_impl.h>

Data Fields

avl_node_t lot_num_node
avl_node_t lot_hash_node
uint64_t lot_num
uint64_t lot_hash
sa_attr_type_tlot_attrs
 array of attr #'s
uint32_t lot_var_sizes
 how many aren't fixed size
uint32_t lot_attr_count
 total attr count
list_t lot_idx_tab
 should be only a couple of entries
int lot_instance
 used with lot_hash to identify entry

Detailed Description

Each unique layout will have their own table sa_lot (layout_table)

Definition at line 97 of file sa_impl.h.


Field Documentation

total attr count

Definition at line 104 of file sa_impl.h.

array of attr #'s

Definition at line 102 of file sa_impl.h.

uint64_t sa_lot::lot_hash

Definition at line 101 of file sa_impl.h.

Definition at line 99 of file sa_impl.h.

should be only a couple of entries

Definition at line 105 of file sa_impl.h.

used with lot_hash to identify entry

Definition at line 106 of file sa_impl.h.

uint64_t sa_lot::lot_num

Definition at line 100 of file sa_impl.h.

Definition at line 98 of file sa_impl.h.

how many aren't fixed size

Definition at line 103 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