Lines Matching refs:smp_length
215 sm->sm_phys->smp_length - sizeof (uint64_t); in space_map_reversed_last_block_entries()
228 (sm->sm_phys->smp_length - db->db_offset) / sizeof (uint64_t); in space_map_reversed_last_block_entries()
327 sm->sm_phys->smp_length -= sizeof (uint64_t); in space_map_incremental_destroy()
382 sm->sm_phys->smp_length -= words * sizeof (uint64_t); in space_map_incremental_destroy()
539 dmu_write(sm->sm_os, space_map_object(sm), sm->sm_phys->smp_length, in space_map_write_intro_debug()
542 sm->sm_phys->smp_length += sizeof (dentry); in space_map_write_intro_debug()
575 (sm->sm_phys->smp_length - db->db_offset) / sizeof (uint64_t); in space_map_write_seg()
598 uint64_t next_word_offset = sm->sm_phys->smp_length; in space_map_write_seg()
628 sm->sm_phys->smp_length += sizeof (uint64_t); in space_map_write_seg()
659 sm->sm_phys->smp_length += words * sizeof (uint64_t); in space_map_write_seg()
686 uint64_t initial_objsize = sm->sm_phys->smp_length; in space_map_write_impl()
697 uint64_t next_word_offset = sm->sm_phys->smp_length; in space_map_write_impl()
750 ASSERT3U(estimated_final_objsize, >=, sm->sm_phys->smp_length); in space_map_write_impl()
909 sm->sm_phys->smp_length = 0; in space_map_truncate()
1103 return (sm != NULL ? sm->sm_phys->smp_length : 0); in space_map_length()