Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1103 DMU_BSWAP_NUMFUNCS enumerator
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h53 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \
71 DMU_BSWAP_NUMFUNCS enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1005 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in hdr_full_cons()
1670 psize, hdr->b_l1hdr.b_byteswap != DMU_BSWAP_NUMFUNCS); in arc_hdr_authenticate()
2015 if (bswap != DMU_BSWAP_NUMFUNCS) { in arc_buf_fill()
2017 ASSERT3U(bswap, <, DMU_BSWAP_NUMFUNCS); in arc_buf_fill()
2526 hdr->b_l1hdr.b_byteswap == DMU_BSWAP_NUMFUNCS && in arc_can_share()
3095 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_hdr_free_pabd()
3403 DMU_BSWAP_NUMFUNCS : DMU_OT_BYTESWAP(ot); in arc_convert_to_raw()
3530 DMU_BSWAP_NUMFUNCS : DMU_OT_BYTESWAP(ot); in arc_alloc_raw_buf()
5430 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_read_done()
6443 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_write_ready()
[all …]
H A Ddmu.c155 const dmu_object_byteswap_info_t dmu_ot_byteswap[DMU_BSWAP_NUMFUNCS] = {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h105 DMU_BSWAP_NUMFUNCS enumerator
126 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \
926 extern const dmu_object_byteswap_info_t dmu_ot_byteswap[DMU_BSWAP_NUMFUNCS];