Searched refs:BF32_GET (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dsa_impl.h69 #define ATTR_BSWAP(x) BF32_GET(x, 16, 8)
70 #define ATTR_LENGTH(x) BF32_GET(x, 24, 16)
71 #define ATTR_NUM(x) BF32_GET(x, 0, 16)
79 #define TOC_OFF(x) BF32_GET(x, 0, 23)
80 #define TOC_ATTR_PRESENT(x) BF32_GET(x, 31, 1)
81 #define TOC_LEN_IDX(x) BF32_GET(x, 24, 4)
184 #define SA_HDR_LAYOUT_NUM(hdr) BF32_GET(hdr->sa_layout_info, 0, 10)
H A Dbitops.h49 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) macro
65 ((BF32_GET(x, low, len) + (bias)) << (shift))
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h106 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) macro
115 ((BF32_GET(x, low, len) + (bias)) << (shift))
1293 #define SA_HDR_LAYOUT_NUM(hdr) BF32_GET(hdr->sa_layout_info, 0, 10)
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Darc.c751 #define HDR_GET_COMPRESS(hdr) ((enum zio_compress)BF32_GET((hdr)->b_flags, \

Completed in 139 milliseconds