FreeBSD ZFS
The Zettabyte File System
|
#include <space_map.h>
Data Fields | |
avl_node_t | sr_node |
AVL node. | |
uint64_t | sr_offset |
offset (start or end) | |
int64_t | sr_refcnt |
associated reference count |
Definition at line 61 of file space_map.h.
avl_node_t space_ref::sr_node |
AVL node.
Definition at line 62 of file space_map.h.
uint64_t space_ref::sr_offset |
offset (start or end)
Definition at line 63 of file space_map.h.
int64_t space_ref::sr_refcnt |
associated reference count
Definition at line 64 of file space_map.h.