Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_crypt.c1061 dnode_phys_t *adnp; in zio_crypt_do_dnode_hmac_updates() local
1066 adnp = (dnode_phys_t *)tmp_dncore; in zio_crypt_do_dnode_hmac_updates()
1070 cd.cd_raw.iov_base = (char *)adnp; in zio_crypt_do_dnode_hmac_updates()
1076 adnp->dn_datablkszsec = BSWAP_16(adnp->dn_datablkszsec); in zio_crypt_do_dnode_hmac_updates()
1077 adnp->dn_bonuslen = BSWAP_16(adnp->dn_bonuslen); in zio_crypt_do_dnode_hmac_updates()
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()
1081 adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK; in zio_crypt_do_dnode_hmac_updates()
1082 adnp->dn_used = 0; in zio_crypt_do_dnode_hmac_updates()
1589 dnode_phys_t *dnp, *adnp, *sdnp, *ddnp; in zio_crypt_init_uios_dnode() local
[all …]