FreeBSD ZFS
The Zettabyte File System
|
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_t * | lot_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 |
Each unique layout will have their own table sa_lot (layout_table)
uint32_t sa_lot::lot_attr_count |
uint64_t sa_lot::lot_hash |
avl_node_t sa_lot::lot_hash_node |
list_t sa_lot::lot_idx_tab |
uint64_t sa_lot::lot_num |
avl_node_t sa_lot::lot_num_node |
uint32_t sa_lot::lot_var_sizes |