Searched refs:sm_blksz (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | space_map.c | 88 uint64_t blksz = sm->sm_blksz; in space_map_iterate() 221 ASSERT3U(sm->sm_blksz, ==, db->db_size); in space_map_reversed_last_block_entries() 278 uint64_t bufsz = MAX(sm->sm_blksz, SPA_MINBLOCKSIZE); in space_map_incremental_destroy() 566 ASSERT3U(db->db_size, ==, sm->sm_blksz); in space_map_write_seg() 569 uint64_t *block_end = block_base + (sm->sm_blksz / sizeof (uint64_t)); in space_map_write_seg() 603 ASSERT3U(db->db_size, ==, sm->sm_blksz); in space_map_write_seg() 696 ASSERT3U(db->db_size, ==, sm->sm_blksz); in space_map_write_impl() 803 dmu_object_size_from_db(sm->sm_dbuf, &sm->sm_blksz, &blocks); in space_map_open_impl() 826 sm->sm_blksz = 0; in space_map_open() 1076 size += ((size / sm->sm_blksz) + 1) * sizeof (uint64_t); in space_map_estimate_optimal_size() [all …]
|
| H A D | metaslab.c | 3527 uint64_t record_size = MAX(sm->sm_blksz, vdev_blocksize); in metaslab_should_condense()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | space_map.h | 98 uint32_t sm_blksz; /* block size for space map */ member
|