Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c193 sm->sm_phys->smp_length - sizeof (uint64_t); in space_map_reversed_last_block_entries()
206 (sm->sm_phys->smp_length - db->db_offset) / sizeof (uint64_t); in space_map_reversed_last_block_entries()
305 sm->sm_phys->smp_length -= sizeof (uint64_t); in space_map_incremental_destroy()
357 sm->sm_phys->smp_alloc -= entry_run; in space_map_incremental_destroy()
359 sm->sm_phys->smp_alloc += entry_run; in space_map_incremental_destroy()
360 sm->sm_phys->smp_length -= words * sizeof (uint64_t); in space_map_incremental_destroy()
437 bzero(sm->sm_phys->smp_histogram, sizeof (sm->sm_phys->smp_histogram)); in space_map_histogram_clear()
488 sm->sm_phys->smp_histogram[idx] += in space_map_histogram_add()
514 dmu_write(sm->sm_os, space_map_object(sm), sm->sm_phys->smp_length, in space_map_write_intro_debug()
517 sm->sm_phys->smp_length += sizeof (dentry); in space_map_write_intro_debug()
[all …]
H A Dmetaslab.c1009 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_verify()
1031 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_add()
1033 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_add()
1051 msp->ms_sm->sm_phys->smp_histogram[i]); in metaslab_group_histogram_remove()
1053 msp->ms_sm->sm_phys->smp_histogram[i]); in metaslab_group_histogram_remove()
1056 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_remove()
1058 msp->ms_sm->sm_phys->smp_histogram[i]; in metaslab_group_histogram_remove()
2835 if (msp->ms_sm->sm_phys->smp_histogram[i] == 0) in metaslab_set_fragmentation()
2838 space = msp->ms_sm->sm_phys->smp_histogram[i] << (i + shift); in metaslab_set_fragmentation()
2998 ASSERT3U(sm->sm_phys->smp_histogram[i], >=, in metaslab_weight_from_spacemap()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspace_map.h100 space_map_phys_t *sm_phys; /* on-disk space map */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1540 uintptr_t sm_phys; member
1614 if (ms.ms_sm != 0 && sm.sm_phys != 0) { in metaslab_stats()
1616 "mdb_space_map_phys_t", sm.sm_phys, 0); in metaslab_stats()
1631 sm.sm_phys != 0) { in metaslab_stats()
2269 if (sm.sm_phys != 0) { in space_cb()
2271 "mdb_space_map_phys_t", sm.sm_phys, 0); in space_cb()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c808 (longlong_t)sm->sm_phys->smp_length); in dump_spacemap()
810 (longlong_t)sm->sm_phys->smp_alloc); in dump_spacemap()
943 dump_histogram(sm->sm_phys->smp_histogram, in dump_metaslab()