FreeBSD ZFS
The Zettabyte File System
|
#include <sys/metaslab.h>
#include <sys/space_map.h>
#include <sys/vdev.h>
#include <sys/txg.h>
#include <sys/avl.h>
Go to the source code of this file.
Data Structures | |
struct | metaslab_class |
struct | metaslab_group |
struct | metaslab |
Each metaslab's free space is tracked in space map object in the MOS, which is only updated in syncing context. More... |