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.c214 sm->sm_phys->smp_length - sizeof (uint64_t); in space_map_reversed_last_block_entries()
227 (sm->sm_phys->smp_length - db->db_offset) / sizeof (uint64_t); in space_map_reversed_last_block_entries()
326 sm->sm_phys->smp_length -= sizeof (uint64_t); in space_map_incremental_destroy()
378 sm->sm_phys->smp_alloc -= entry_run; in space_map_incremental_destroy()
380 sm->sm_phys->smp_alloc += entry_run; in space_map_incremental_destroy()
381 sm->sm_phys->smp_length -= words * sizeof (uint64_t); in space_map_incremental_destroy()
458 memset(sm->sm_phys->smp_histogram, 0, in space_map_histogram_clear()
459 sizeof (sm->sm_phys->smp_histogram)); in space_map_histogram_clear()
510 sm->sm_phys->smp_histogram[idx] += in space_map_histogram_add()
536 dmu_write(sm->sm_os, space_map_object(sm), sm->sm_phys->smp_length, in space_map_write_intro_debug()
[all …]
H A Dmetaslab.c1047 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_verify()
1075 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_add()
1077 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_add()
1097 msp->ms_sm->sm_phys->smp_histogram[i]); in metaslab_group_histogram_remove()
1099 msp->ms_sm->sm_phys->smp_histogram[i]); in metaslab_group_histogram_remove()
1104 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_remove()
1106 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_remove()
2997 if (msp->ms_sm->sm_phys->smp_histogram[i] == 0) in metaslab_set_fragmentation()
3000 space = msp->ms_sm->sm_phys->smp_histogram[i] << (i + shift); in metaslab_set_fragmentation()
3160 ASSERT3U(sm->sm_phys->smp_histogram[i], >=, in metaslab_weight_from_spacemap()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h100 space_map_phys_t *sm_phys; /* on-disk space map */ member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1541 (longlong_t)sm->sm_phys->smp_length); in dump_spacemap()
1543 (longlong_t)sm->sm_phys->smp_alloc); in dump_spacemap()
1685 dump_histogram(sm->sm_phys->smp_histogram, in dump_metaslab()