Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c969 boolean_t le_bswap = (should_bswap == ZFS_HOST_BYTEORDER); in zio_crypt_do_dnode_hmac_updates() local
975 if (le_bswap) { in zio_crypt_do_dnode_hmac_updates()
1040 boolean_t le_bswap = (should_bswap == ZFS_HOST_BYTEORDER); in zio_crypt_do_objset_hmacs() local
1049 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type); in zio_crypt_do_objset_hmacs()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1049 boolean_t le_bswap = (should_bswap == ZFS_HOST_BYTEORDER); in zio_crypt_do_dnode_hmac_updates() local
1059 if (le_bswap) { in zio_crypt_do_dnode_hmac_updates()
1132 boolean_t le_bswap = (should_bswap == ZFS_HOST_BYTEORDER); in zio_crypt_do_objset_hmacs() local
1152 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type); in zio_crypt_do_objset_hmacs()