Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspace_map.h193 #define SM2_RUN_DECODE(x) (BF64_DECODE(x, SPA_VDEVBITS, SM2_RUN_BITS) + 1) macro
201 #define SM2_RUN_MAX SM2_RUN_DECODE(~0ULL)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspace_map.c154 raw_run = SM2_RUN_DECODE(e); in space_map_iterate()
342 raw_run = SM2_RUN_DECODE(e); in space_map_incremental_destroy()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1558 entry_run = SM2_RUN_DECODE(word) << mapshift; in dump_spacemap()