Lines Matching refs:words
204 uint64_t *words = db->db_data; in space_map_reversed_last_block_entries() local
213 uint64_t entry = words[i]; in space_map_reversed_last_block_entries()
226 entry = words[i]; in space_map_reversed_last_block_entries()
309 int words = 1; in space_map_incremental_destroy() local
319 words = 2; in space_map_incremental_destroy()
360 sm->sm_phys->smp_length -= words * sizeof (uint64_t); in space_map_incremental_destroy()
529 maptype_t maptype, uint64_t vdev_id, uint8_t words, dmu_buf_t **dbp, in space_map_write_seg() argument
532 ASSERT3U(words, !=, 0); in space_map_write_seg()
533 ASSERT3U(words, <=, 2); in space_map_write_seg()
542 IMPLY(words == 1, vdev_id == SM_NO_VDEVID); in space_map_write_seg()
556 uint64_t run_max = (words == 2) ? SM2_RUN_MAX : SM_RUN_MAX; in space_map_write_seg()
596 if (next_entry == block_end && words > 1) { in space_map_write_seg()
597 ASSERT3U(words, ==, 2); in space_map_write_seg()
609 switch (words) { in space_map_write_seg()
631 words); in space_map_write_seg()
634 sm->sm_phys->smp_length += words * sizeof (uint64_t); in space_map_write_seg()
687 uint8_t words = 1; in space_map_write_impl() local
709 words = 2; in space_map_write_impl()
712 rt), maptype, vdev_id, words, &db, FTAG, tx); in space_map_write_impl()