Home
last modified time | relevance | path

Searched refs:ms_group (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDmetaslab.c754 ASSERT(msp->ms_group == NULL); in metaslab_group_add()
756 msp->ms_group = mg; in metaslab_group_add()
774 ASSERT(msp->ms_group == mg); in metaslab_group_remove()
776 msp->ms_group = NULL; in metaslab_group_remove()
791 ASSERT(msp->ms_group == mg); in metaslab_group_sort()
1003 vdev_t *vd = msp->ms_group->mg_vd; in metaslab_block_alloc()
1378 metaslab_group_t *mg = msp->ms_group; in metaslab_fini()
1384 VERIFY(msp->ms_group == NULL); in metaslab_fini()
1459 spa_t *spa = msp->ms_group->mg_vd->vdev_spa; in metaslab_fragmentation()
1481 vdev_t *vd = msp->ms_group->mg_vd; in metaslab_fragmentation()
[all …]
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDmetaslab_impl.h193 metaslab_group_t *ms_group; /* metaslab group */ member
/NextBSD/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c739 vdev_t *vd = msp->ms_group->mg_vd; in dump_metaslab()