Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h190 #define SM_RUN_ENCODE(x) BF64_ENCODE((x) - 1, 0, SM_RUN_BITS) macro
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1394 #define SM_RUN_ENCODE(x) BF64_ENCODE((x) - 1, 0, SM_RUN_BITS) macro