Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspace_map.c281 dmu_buf_will_dirty(sm->sm_dbuf, tx); in space_map_incremental_destroy()
486 dmu_buf_will_dirty(sm->sm_dbuf, tx); in space_map_histogram_add()
528 dmu_buf_will_dirty(sm->sm_dbuf, tx); in space_map_write_intro_debug()
761 dmu_buf_will_dirty(sm->sm_dbuf, tx); in space_map_write()
804 sm->sm_phys = sm->sm_dbuf->db_data; in space_map_open_impl()
827 sm->sm_dbuf = NULL; in space_map_open()
846 if (sm->sm_dbuf != NULL) in space_map_close()
847 dmu_buf_rele(sm->sm_dbuf, sm); in space_map_close()
848 sm->sm_dbuf = NULL; in space_map_close()
885 dmu_buf_rele(sm->sm_dbuf, sm); in space_map_truncate()
[all …]
H A Dspa_checkpoint.c427 checkpoint_sm->sm_dbuf, offset, size, in spa_checkpoint_discard_thread()
H A Dmetaslab.c2864 if (msp->ms_sm->sm_dbuf->db_size != sizeof (space_map_phys_t)) { in metaslab_set_fragmentation()
3037 ASSERT3U(sm->sm_dbuf->db_size, ==, sizeof (space_map_phys_t)); in metaslab_weight_from_spacemap()
3105 ASSERT3U(msp->ms_sm->sm_dbuf->db_size, ==, sizeof (space_map_phys_t)); in metaslab_segment_weight()
3208 (msp->ms_sm == NULL || msp->ms_sm->sm_dbuf->db_size == in metaslab_weight()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspace_map.h99 dmu_buf_t *sm_dbuf; /* space_map_phys_t dbuf */ member
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1367 sm->sm_dbuf->db_size == sizeof (space_map_phys_t)) in get_dtl_refcount()
1387 sm->sm_dbuf->db_size == sizeof (space_map_phys_t)) in get_metaslab_refcount()