Searched refs:sm_dbuf (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | space_map.c | 281 dmu_buf_will_dirty(sm->sm_dbuf, tx); in space_map_incremental_destroy() 455 if (sm->sm_dbuf->db_size != sizeof (space_map_phys_t)) in space_map_histogram_clear() 484 if (sm->sm_dbuf->db_size != sizeof (space_map_phys_t)) in space_map_histogram_add() 487 dmu_buf_will_dirty(sm->sm_dbuf, tx); in space_map_histogram_add() 529 dmu_buf_will_dirty(sm->sm_dbuf, tx); in space_map_write_intro_debug() 762 dmu_buf_will_dirty(sm->sm_dbuf, tx); in space_map_write() 800 error = dmu_bonus_hold(sm->sm_os, sm->sm_object, sm, &sm->sm_dbuf); in space_map_open_impl() 804 dmu_object_size_from_db(sm->sm_dbuf, &sm->sm_blksz, &blocks); in space_map_open_impl() 805 sm->sm_phys = sm->sm_dbuf->db_data; in space_map_open_impl() 828 sm->sm_dbuf = NULL; in space_map_open() [all …]
|
H A D | spa_checkpoint.c | 428 checkpoint_sm->sm_dbuf, offset, size, in spa_checkpoint_discard_thread()
|
H A D | metaslab.c | 2965 if (msp->ms_sm->sm_dbuf->db_size != sizeof (space_map_phys_t)) { in metaslab_set_fragmentation() 3139 ASSERT3U(sm->sm_dbuf->db_size, ==, sizeof (space_map_phys_t)); in metaslab_weight_from_spacemap() 3207 ASSERT3U(msp->ms_sm->sm_dbuf->db_size, ==, sizeof (space_map_phys_t)); in metaslab_segment_weight() 3319 (msp->ms_sm == NULL || msp->ms_sm->sm_dbuf->db_size == in metaslab_weight()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | space_map.h | 99 dmu_buf_t *sm_dbuf; /* space_map_phys_t dbuf */ member
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 1411 sm->sm_dbuf->db_size == sizeof (space_map_phys_t)) in get_dtl_refcount() 1431 sm->sm_dbuf->db_size == sizeof (space_map_phys_t)) in get_metaslab_refcount()
|