Searched refs:ms_group (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | metaslab.c | 1073 uint64_t a_vdev_id = a->ms_group->mg_vd->vdev_id; in metaslab_sort_by_flushed() 1074 uint64_t b_vdev_id = b->ms_group->mg_vd->vdev_id; in metaslab_sort_by_flushed() 1295 VERIFY3P(msp->ms_group, ==, mg); in metaslab_group_histogram_verify() 1372 ASSERT0P(msp->ms_group); in metaslab_group_add() 1374 msp->ms_group = mg; in metaslab_group_add() 1392 ASSERT(msp->ms_group == mg); in metaslab_group_remove() 1395 metaslab_class_t *mc = msp->ms_group->mg_class; in metaslab_group_remove() 1402 msp->ms_group = NULL; in metaslab_group_remove() 1411 ASSERT(msp->ms_group == mg); in metaslab_group_sort_impl() 1451 if (msp->ms_group != mg) in metaslab_group_fragmentation() [all …]
|
| H A D | spa_log_spacemap.c | 1258 metaslab_space_update(m->ms_group, in spa_ld_log_sm_data() 1260 metaslab_space_update(m->ms_group, in spa_ld_log_sm_data()
|
| H A D | vdev_raidz.c | 4981 metaslab_rt_name(msp->ms_group, msp, in spa_raidz_expand_thread()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | metaslab_impl.h | 508 metaslab_group_t *ms_group; /* metaslab group */ member
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zhack.c | 654 vdev_dirty(msp->ms_group->mg_vd, VDD_METASLAB, msp, in metaslab_force_alloc()
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1720 vdev_t *vd = msp->ms_group->mg_vd; in dump_metaslab() 6584 metaslab_group_t *mg = ms->ms_group; in zdb_count_block() 7448 ASSERT3P(msp->ms_group, ==, (msp->ms_group->mg_class == in zdb_leak_fini() 7450 msp->ms_group->mg_class == in zdb_leak_fini()
|