Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h194 #define SM2_RUN_DECODE(x) (BF64_DECODE(x, SPA_VDEVBITS, SM2_RUN_BITS) + 1) macro
202 #define SM2_RUN_MAX SM2_RUN_DECODE(~0ULL)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c155 raw_run = SM2_RUN_DECODE(e); in space_map_iterate()
343 raw_run = SM2_RUN_DECODE(e); in space_map_incremental_destroy()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1404 #define SM2_RUN_DECODE(x) (BF64_DECODE(x, 24, SM2_RUN_BITS) + 1) macro
1412 #define SM2_RUN_MAX SM2_RUN_DECODE(~0ULL)
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1616 entry_run = SM2_RUN_DECODE(word) << mapshift; in dump_spacemap()