FreeBSD ZFS
The Zettabyte File System
|
#include <space_map.h>
Data Fields | |
uint64_t | smo_object |
on-disk space map object | |
uint64_t | smo_objsize |
size of the object | |
uint64_t | smo_alloc |
space allocated from the map |
Definition at line 67 of file space_map.h.
uint64_t space_map_obj::smo_alloc |
space allocated from the map
Definition at line 70 of file space_map.h.
uint64_t space_map_obj::smo_object |
on-disk space map object
Definition at line 68 of file space_map.h.
uint64_t space_map_obj::smo_objsize |
size of the object
Definition at line 69 of file space_map.h.