Searched refs:BF32_GET (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | sa_impl.h | 69 #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 D | bitops.h | 49 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) macro 65 ((BF32_GET(x, low, len) + (bias)) << (shift))
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 751 #define HDR_GET_COMPRESS(hdr) ((enum zio_compress)BF32_GET((hdr)->b_flags, \
|