Home
last modified time | relevance | path

Searched defs:metaslab (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h308 struct metaslab { struct
309 kmutex_t ms_lock;
310 kcondvar_t ms_load_cv;
311 space_map_t *ms_sm;
312 uint64_t ms_id;
313 uint64_t ms_start;
337 * Track of whenever a metaslab is selected for loading or allocation. argument
347 * The metaslab block allocators can optionally use a size-ordered argument
356 metaslab_group_t *ms_group; /* metaslab group */ argument
357 avl_node_t ms_group_node; /* node in metaslab group tree */ argument
[all …]