Home
last modified time | relevance | path

Searched refs:sm_phys (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c204 sm->sm_phys->smp_length - sizeof (uint64_t); in space_map_reversed_last_block_entries()
217 (sm->sm_phys->smp_length - db->db_offset) / sizeof (uint64_t); in space_map_reversed_last_block_entries()
316 sm->sm_phys->smp_length -= sizeof (uint64_t); in space_map_incremental_destroy()
368 sm->sm_phys->smp_alloc -= entry_run; in space_map_incremental_destroy()
370 sm->sm_phys->smp_alloc += entry_run; in space_map_incremental_destroy()
371 sm->sm_phys->smp_length -= words * sizeof (uint64_t); in space_map_incremental_destroy()
450 memset(sm->sm_phys->smp_histogram, 0, in space_map_histogram_clear()
451 sizeof (sm->sm_phys->smp_histogram)); in space_map_histogram_clear()
502 sm->sm_phys->smp_histogram[idx] += in space_map_histogram_add()
528 dmu_write(sm->sm_os, space_map_object(sm), sm->sm_phys->smp_length, in space_map_write_intro_debug()
[all …]
H A Dmetaslab.c1299 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_verify()
1328 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_add()
1330 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_add()
1350 msp->ms_sm->sm_phys->smp_histogram[i]); in metaslab_group_histogram_remove()
1352 msp->ms_sm->sm_phys->smp_histogram[i]); in metaslab_group_histogram_remove()
1358 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_remove()
1360 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_remove()
3212 if (msp->ms_sm->sm_phys->smp_histogram[i] == 0) in metaslab_set_fragmentation()
3215 space = msp->ms_sm->sm_phys->smp_histogram[i] << (i + shift); in metaslab_set_fragmentation()
3375 ASSERT3U(sm->sm_phys->smp_histogram[i], >=, in metaslab_weight_from_spacemap()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h91 space_map_phys_t *sm_phys; /* on-disk space map */ member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1741 (longlong_t)sm->sm_phys->smp_length); in dump_spacemap()
1743 (longlong_t)sm->sm_phys->smp_alloc); in dump_spacemap()
1913 dump_histogram(sm->sm_phys->smp_histogram, in dump_metaslab()