Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspace_map.h188 #define SM_RUN_DECODE(x) (BF64_DECODE(x, 0, SM_RUN_BITS) + 1) macro
190 #define SM_RUN_MAX SM_RUN_DECODE(~0ULL)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspace_map.c150 raw_run = SM_RUN_DECODE(e); in space_map_iterate()
337 raw_run = SM_RUN_DECODE(e); in space_map_incremental_destroy()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1544 entry_run = SM_RUN_DECODE(word) << mapshift; in dump_spacemap()