Lines Matching refs:BSWAP_64

771 		bp->blk_dva[2].dva_word[0] = BSWAP_64(val64);  in zio_crypt_encode_params_bp()
774 bp->blk_dva[2].dva_word[1] = BSWAP_64(val64); in zio_crypt_encode_params_bp()
803 val64 = BSWAP_64(bp->blk_dva[2].dva_word[0]); in zio_crypt_decode_params_bp()
806 val64 = BSWAP_64(bp->blk_dva[2].dva_word[1]); in zio_crypt_decode_params_bp()
828 bp->blk_cksum.zc_word[2] = BSWAP_64(val64); in zio_crypt_encode_mac_bp()
831 bp->blk_cksum.zc_word[3] = BSWAP_64(val64); in zio_crypt_encode_mac_bp()
853 val64 = BSWAP_64(bp->blk_cksum.zc_word[2]); in zio_crypt_decode_mac_bp()
856 val64 = BSWAP_64(bp->blk_cksum.zc_word[3]); in zio_crypt_decode_mac_bp()
1078 adnp->dn_maxblkid = BSWAP_64(adnp->dn_maxblkid); in zio_crypt_do_dnode_hmac_updates()
1079 adnp->dn_used = BSWAP_64(adnp->dn_used); in zio_crypt_do_dnode_hmac_updates()
1165 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type); in zio_crypt_do_objset_hmacs()
1179 intval = BSWAP_64(intval); in zio_crypt_do_objset_hmacs()
1183 intval = BSWAP_64(intval); in zio_crypt_do_objset_hmacs()
1240 intval = BSWAP_64(intval); in zio_crypt_do_objset_hmacs()
1244 intval = BSWAP_64(intval); in zio_crypt_do_objset_hmacs()
1412 blkend = src + ((byteswap) ? BSWAP_64(zilc->zc_nused) : zilc->zc_nused); in zio_crypt_init_uios_zil()
1422 txtype = BSWAP_64(lr->lrc_txtype); in zio_crypt_init_uios_zil()
1423 lr_len = BSWAP_64(lr->lrc_reclen); in zio_crypt_init_uios_zil()
1474 txtype = BSWAP_64(lr->lrc_txtype); in zio_crypt_init_uios_zil()
1475 lr_len = BSWAP_64(lr->lrc_reclen); in zio_crypt_init_uios_zil()