|
FreeBSD ZFS
The Zettabyte File System
|
#include <space_map.h>
Data Fields | |
| avl_node_t | ss_node |
| AVL node. | |
| avl_node_t | ss_pp_node |
| AVL picker-private node. | |
| uint64_t | ss_start |
| starting offset of this segment | |
| uint64_t | ss_end |
| ending offset (non-inclusive) | |
Definition at line 54 of file space_map.h.
| uint64_t space_seg::ss_end |
ending offset (non-inclusive)
Definition at line 58 of file space_map.h.
| avl_node_t space_seg::ss_node |
AVL node.
Definition at line 55 of file space_map.h.
| avl_node_t space_seg::ss_pp_node |
AVL picker-private node.
Definition at line 56 of file space_map.h.
| uint64_t space_seg::ss_start |
starting offset of this segment
Definition at line 57 of file space_map.h.
1.7.3