Home
last modified time | relevance | path

Searched defs:SM2_RUN_DECODE (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDspace_map.h193 #define SM2_RUN_DECODE(x) (BF64_DECODE(x, SPA_VDEVBITS, SM2_RUN_BITS) + 1) macro
/freebsd-13-stable/sys/cddl/boot/zfs/
HDzfsimpl.h1395 #define SM2_RUN_DECODE(x) (BF64_DECODE(x, 24, SM2_RUN_BITS) + 1) macro