Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dblkptr.c64 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in encode_embedded_bp_compressed()
H A Dddt.c295 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in ddt_bp_create()
574 if (ZFS_HOST_BYTEORDER) in ddt_compress()
593 (ZFS_HOST_BYTEORDER != 0)) in ddt_decompress()
H A Ddmu_recv.c1943 zp.zp_byteorder = ZFS_HOST_BYTEORDER ^ in flush_write_batch_impl()
2119 rwa->byteswap ^ ZFS_HOST_BYTEORDER, tx); in receive_write_embedded()
2194 boolean_t byteorder = ZFS_HOST_BYTEORDER ^ in receive_spill()
2259 boolean_t byteorder = ZFS_HOST_BYTEORDER ^ rwa->byteswap ^ in receive_object_range()
H A Dvdev_rebuild.c527 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in vdev_rebuild_blkptr_init()
H A Darc.c1370 ZFS_HOST_BYTEORDER : !ZFS_HOST_BYTEORDER; in arc_get_raw_params()
3610 hdr->b_l1hdr.b_byteswap = (byteorder == ZFS_HOST_BYTEORDER) ? in arc_convert_to_raw()
3698 hdr->b_l1hdr.b_byteswap = (byteorder == ZFS_HOST_BYTEORDER) ? in arc_alloc_raw_buf()
7079 ZFS_HOST_BYTEORDER : !ZFS_HOST_BYTEORDER; in arc_write()
H A Dzio.c1824 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in zio_write_compress()
3644 BP_SET_BYTEORDER(new_bp, ZFS_HOST_BYTEORDER); in zio_alloc_zil()
4096 if (zp->zp_byteorder != ZFS_HOST_BYTEORDER && in zio_encrypt()
H A Dvdev_removal.c777 BP_SET_BYTEORDER(&bp, ZFS_HOST_BYTEORDER); in unalloc_seg()
H A Ddmu.c2063 zp->zp_byteorder = ZFS_HOST_BYTEORDER; in dmu_write_policy()
H A Ddmu_objset.c1654 os->os_dsl_dataset->ds_object, ZFS_HOST_BYTEORDER, in dmu_objset_sync()
H A Dzil.c1228 ASSERT(BP_GET_BYTEORDER(zio->io_bp) == ZFS_HOST_BYTEORDER); in zil_lwb_write_done()
/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()
1040 boolean_t le_bswap = (should_bswap == ZFS_HOST_BYTEORDER); in zio_crypt_do_objset_hmacs()
1058 if (!ZFS_HOST_BYTEORDER) in zio_crypt_do_objset_hmacs()
1111 if (!ZFS_HOST_BYTEORDER) in zio_crypt_do_objset_hmacs()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h607 #define ZFS_HOST_BYTEORDER (0ULL) macro
609 #define ZFS_HOST_BYTEORDER (1ULL) macro
612 #define BP_SHOULD_BYTESWAP(bp) (BP_GET_BYTEORDER(bp) != ZFS_HOST_BYTEORDER)
/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()
1132 boolean_t le_bswap = (should_bswap == ZFS_HOST_BYTEORDER); in zio_crypt_do_objset_hmacs()
1168 if (!ZFS_HOST_BYTEORDER) in zio_crypt_do_objset_hmacs()
1241 if (!ZFS_HOST_BYTEORDER) in zio_crypt_do_objset_hmacs()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c7950 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in zdb_read_block()