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() 457 if (sm->sm_dbuf->db_size != sizeof (space_map_phys_t)) in space_map_histogram_clear() 486 if (sm->sm_dbuf->db_size != sizeof (space_map_phys_t)) in space_map_histogram_add() 489 dmu_buf_will_dirty(sm->sm_dbuf, tx); in space_map_histogram_add() 531 dmu_buf_will_dirty(sm->sm_dbuf, tx); in space_map_write_intro_debug() 765 dmu_buf_will_dirty(sm->sm_dbuf, tx); in space_map_write() 803 error = dmu_bonus_hold(sm->sm_os, sm->sm_object, sm, &sm->sm_dbuf); in space_map_open_impl() 807 dmu_object_size_from_db(sm->sm_dbuf, &sm->sm_blksz, &blocks); in space_map_open_impl() 808 sm->sm_phys = sm->sm_dbuf->db_data; in space_map_open_impl() 831 sm->sm_dbuf = NULL; in space_map_open() [all …]
|
| H A D | spa_checkpoint.c | 429 checkpoint_sm->sm_dbuf, offset, size, in spa_checkpoint_discard_thread()
|
| H A D | metaslab.c | 3180 if (msp->ms_sm->sm_dbuf->db_size != sizeof (space_map_phys_t)) { in metaslab_set_fragmentation() 3354 ASSERT3U(sm->sm_dbuf->db_size, ==, sizeof (space_map_phys_t)); in metaslab_weight_from_spacemap() 3422 ASSERT3U(msp->ms_sm->sm_dbuf->db_size, ==, sizeof (space_map_phys_t)); in metaslab_segment_weight() 3534 (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 | 100 dmu_buf_t *sm_dbuf; /* space_map_phys_t dbuf */ member
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1459 sm->sm_dbuf->db_size == sizeof (space_map_phys_t)) in get_dtl_refcount() 1479 sm->sm_dbuf->db_size == sizeof (space_map_phys_t)) in get_metaslab_refcount()
|