Home
last modified time | relevance | path

Searched defs:SM2_RUN_DECODE (Results 1 – 2 of 2) 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
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1398 #define SM2_RUN_DECODE(x) (BF64_DECODE(x, 24, SM2_RUN_BITS) + 1) macro