Searched refs:ZFS_HOST_BYTEORDER (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | blkptr.c | 64 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in encode_embedded_bp_compressed()
|
| H A D | ddt.c | 295 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 D | dmu_recv.c | 1943 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 D | vdev_rebuild.c | 527 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in vdev_rebuild_blkptr_init()
|
| H A D | arc.c | 1370 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 D | zio.c | 1824 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 D | vdev_removal.c | 777 BP_SET_BYTEORDER(&bp, ZFS_HOST_BYTEORDER); in unalloc_seg()
|
| H A D | dmu.c | 2063 zp->zp_byteorder = ZFS_HOST_BYTEORDER; in dmu_write_policy()
|
| H A D | dmu_objset.c | 1654 os->os_dsl_dataset->ds_object, ZFS_HOST_BYTEORDER, in dmu_objset_sync()
|
| H A D | zil.c | 1228 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 D | zio_crypt.c | 969 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 D | spa.h | 607 #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 D | zio_crypt.c | 1049 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 D | zdb.c | 7950 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in zdb_read_block()
|