Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h196 #define SM2_VDEV_DECODE(x) BF64_DECODE(x, 0, SPA_VDEVBITS) macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c156 vdev_id = SM2_VDEV_DECODE(e); in space_map_iterate()
344 vdev_id = SM2_VDEV_DECODE(e); in space_map_incremental_destroy()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1395 #define SM2_VDEV_DECODE(x) BF64_DECODE(x, 0, 24) macro
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1645 entry_vdev = SM2_VDEV_DECODE(word); in dump_spacemap()