Searched refs:should_bswap (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zio_crypt.c | 976 zio_crypt_bp_auth_init(uint64_t version, boolean_t should_bswap, blkptr_t *bp, in zio_crypt_bp_auth_init() argument 981 if (should_bswap) in zio_crypt_bp_auth_init() 1006 boolean_t should_bswap, blkptr_t *bp) in zio_crypt_bp_do_hmac_updates() argument 1013 zio_crypt_bp_auth_init(version, should_bswap, bp, &bab, &bab_len); in zio_crypt_bp_do_hmac_updates() 1034 boolean_t should_bswap, blkptr_t *bp) in zio_crypt_bp_do_indrect_checksum_updates() argument 1039 zio_crypt_bp_auth_init(version, should_bswap, bp, &bab, &bab_len); in zio_crypt_bp_do_indrect_checksum_updates() 1045 boolean_t should_bswap, blkptr_t *bp) in zio_crypt_bp_do_aad_updates() argument 1050 zio_crypt_bp_auth_init(version, should_bswap, bp, &bab, &bab_len); in zio_crypt_bp_do_aad_updates() 1058 boolean_t should_bswap, dnode_phys_t *dnp) in zio_crypt_do_dnode_hmac_updates() argument 1062 boolean_t le_bswap = (should_bswap == ZFS_HOST_BYTEORDER); in zio_crypt_do_dnode_hmac_updates() [all …]
|