Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDspace_map.h199 #define SM2_OFFSET_DECODE(x) BF64_DECODE(x, 0, SM2_OFFSET_BITS) macro
202 #define SM2_OFFSET_MAX SM2_OFFSET_DECODE(~0ULL)
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDspace_map.c163 raw_offset = SM2_OFFSET_DECODE(e); in space_map_iterate()
352 raw_offset = SM2_OFFSET_DECODE(e); in space_map_incremental_destroy()
/freebsd-14-stable/sys/cddl/boot/zfs/
HDzfsimpl.h1404 #define SM2_OFFSET_DECODE(x) BF64_DECODE(x, 0, SM2_OFFSET_BITS) macro
1407 #define SM2_OFFSET_MAX SM2_OFFSET_DECODE(~0ULL)
/freebsd-14-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c1706 entry_off = (SM2_OFFSET_DECODE(extra_word) << in dump_spacemap()