Home
last modified time | relevance | path

Searched refs:DMU_BSWAP_NUMFUNCS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzdb/
H A Dlibzdb.c60 ((type & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS)) in zdb_ot_name()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h104 DMU_BSWAP_NUMFUNCS enumerator
125 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \
959 extern dmu_object_byteswap_info_t dmu_ot_byteswap[DMU_BSWAP_NUMFUNCS];
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c1170 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in hdr_full_cons()
1345 *byteorder = (hdr->b_l1hdr.b_byteswap == DMU_BSWAP_NUMFUNCS) ? in arc_get_raw_params()
1829 psize, hdr->b_l1hdr.b_byteswap != DMU_BSWAP_NUMFUNCS); in arc_hdr_authenticate()
1858 boolean_t bswap = (hdr->b_l1hdr.b_byteswap != DMU_BSWAP_NUMFUNCS); in arc_hdr_decrypt()
2170 if (bswap != DMU_BSWAP_NUMFUNCS) { in arc_buf_fill()
2172 ASSERT3U(bswap, <, DMU_BSWAP_NUMFUNCS); in arc_buf_fill()
2722 hdr->b_l1hdr.b_byteswap == DMU_BSWAP_NUMFUNCS && in arc_can_share()
3237 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_hdr_free_abd()
3430 DMU_BSWAP_NUMFUNCS : DMU_OT_BYTESWAP(ot); in arc_convert_to_raw()
3514 DMU_BSWAP_NUMFUNCS : DMU_OT_BYTESWAP(ot); in arc_alloc_raw_buf()
[all …]
H A Ddmu.c162 dmu_object_byteswap_info_t dmu_ot_byteswap[DMU_BSWAP_NUMFUNCS] = {
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1137 DMU_BSWAP_NUMFUNCS enumerator