Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDspace_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)
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDspace_map.c150 raw_run = SM_RUN_DECODE(e); in space_map_iterate()
337 raw_run = SM_RUN_DECODE(e); in space_map_incremental_destroy()
/freebsd-14-stable/sys/cddl/boot/zfs/
HDzfsimpl.h1393 #define SM_RUN_DECODE(x) (BF64_DECODE(x, 0, SM_RUN_BITS) + 1) macro
1395 #define SM_RUN_MAX SM_RUN_DECODE(~0ULL)
/freebsd-14-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c1688 entry_run = SM_RUN_DECODE(word) << mapshift; in dump_spacemap()