Home
last modified time | relevance | path

Searched refs:smp_length (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c193 sm->sm_phys->smp_length - sizeof (uint64_t); in space_map_reversed_last_block_entries()
305 sm->sm_phys->smp_length -= sizeof (uint64_t); in space_map_incremental_destroy()
360 sm->sm_phys->smp_length -= words * sizeof (uint64_t); in space_map_incremental_destroy()
517 sm->sm_phys->smp_length += sizeof (dentry); in space_map_write_intro_debug()
573 uint64_t next_word_offset = sm->sm_phys->smp_length; in space_map_write_seg()
603 sm->sm_phys->smp_length += sizeof (uint64_t); in space_map_write_seg()
634 sm->sm_phys->smp_length += words * sizeof (uint64_t); in space_map_write_seg()
661 uint64_t initial_objsize = sm->sm_phys->smp_length; in space_map_write_impl()
672 uint64_t next_word_offset = sm->sm_phys->smp_length; in space_map_write_impl()
880 sm->sm_phys->smp_length = 0; in space_map_truncate()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspace_map.h62 uint64_t smp_length; member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c808 (longlong_t)sm->sm_phys->smp_length); in dump_spacemap()