Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspace_map.c214 sm->sm_phys->smp_length - sizeof (uint64_t); in space_map_reversed_last_block_entries()
326 sm->sm_phys->smp_length -= sizeof (uint64_t); in space_map_incremental_destroy()
381 sm->sm_phys->smp_length -= words * sizeof (uint64_t); in space_map_incremental_destroy()
538 sm->sm_phys->smp_length += sizeof (dentry); in space_map_write_intro_debug()
594 uint64_t next_word_offset = sm->sm_phys->smp_length; in space_map_write_seg()
624 sm->sm_phys->smp_length += sizeof (uint64_t); in space_map_write_seg()
655 sm->sm_phys->smp_length += words * sizeof (uint64_t); in space_map_write_seg()
682 uint64_t initial_objsize = sm->sm_phys->smp_length; in space_map_write_impl()
693 uint64_t next_word_offset = sm->sm_phys->smp_length; in space_map_write_impl()
902 sm->sm_phys->smp_length = 0; in space_map_truncate()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspace_map.h62 uint64_t smp_length; member
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1497 (longlong_t)sm->sm_phys->smp_length); in dump_spacemap()