Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c214 sm->sm_phys->smp_length - sizeof (uint64_t); in space_map_reversed_last_block_entries()
227 (sm->sm_phys->smp_length - db->db_offset) / 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 dmu_write(sm->sm_os, space_map_object(sm), sm->sm_phys->smp_length, in space_map_write_intro_debug()
541 sm->sm_phys->smp_length += sizeof (dentry); in space_map_write_intro_debug()
574 (sm->sm_phys->smp_length - db->db_offset) / sizeof (uint64_t); in space_map_write_seg()
597 uint64_t next_word_offset = sm->sm_phys->smp_length; in space_map_write_seg()
627 sm->sm_phys->smp_length += sizeof (uint64_t); in space_map_write_seg()
658 sm->sm_phys->smp_length += words * sizeof (uint64_t); in space_map_write_seg()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h62 uint64_t smp_length; member
/freebsd/usr.sbin/makefs/zfs/
H A Dvdev.c390 sm->smp_length = length * sizeof(uint64_t); in vdev_spacemap_write()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1358 uint64_t smp_length; member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1541 (longlong_t)sm->sm_phys->smp_length); in dump_spacemap()