Searched refs:ZFS_HOST_BYTEORDER (Results 1 – 16 of 16) sorted by relevance
| /freebsd-head/sys/contrib/openzfs/module/zfs/ |
| HD | ddt_zap.c | 70 if (ZFS_HOST_BYTEORDER) in ddt_zap_compress() 95 (ZFS_HOST_BYTEORDER != 0)) in ddt_zap_decompress()
|
| HD | blkptr.c | 65 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in encode_embedded_bp_compressed()
|
| HD | dmu_recv.c | 2300 zp.zp_byteorder = ZFS_HOST_BYTEORDER ^ in flush_write_batch_impl() 2526 rwa->byteswap ^ ZFS_HOST_BYTEORDER, tx); in receive_write_embedded() 2601 boolean_t byteorder = ZFS_HOST_BYTEORDER ^ in receive_spill() 2665 boolean_t byteorder = ZFS_HOST_BYTEORDER ^ rwa->byteswap ^ in receive_object_range()
|
| HD | vdev_rebuild.c | 549 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in vdev_rebuild_blkptr_init()
|
| HD | arc.c | 1346 ZFS_HOST_BYTEORDER : !ZFS_HOST_BYTEORDER; in arc_get_raw_params() 3429 hdr->b_l1hdr.b_byteswap = (byteorder == ZFS_HOST_BYTEORDER) ? in arc_convert_to_raw() 3513 hdr->b_l1hdr.b_byteswap = (byteorder == ZFS_HOST_BYTEORDER) ? in arc_alloc_raw_buf() 6879 ZFS_HOST_BYTEORDER : !ZFS_HOST_BYTEORDER; in arc_write()
|
| HD | zio.c | 2137 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in zio_write_compress() 4410 BP_SET_BYTEORDER(new_bp, ZFS_HOST_BYTEORDER); in zio_alloc_zil() 4879 if (zp->zp_byteorder != ZFS_HOST_BYTEORDER && in zio_encrypt()
|
| HD | vdev_removal.c | 947 BP_SET_BYTEORDER(&bp, ZFS_HOST_BYTEORDER); in unalloc_seg()
|
| HD | ddt.c | 679 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in ddt_bp_create()
|
| HD | dmu.c | 2495 zp->zp_byteorder = ZFS_HOST_BYTEORDER; in dmu_write_policy()
|
| HD | dmu_objset.c | 1792 os->os_dsl_dataset->ds_object, ZFS_HOST_BYTEORDER, in dmu_objset_sync()
|
| /freebsd-head/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| HD | zio_crypt.c | 959 boolean_t le_bswap = (should_bswap == ZFS_HOST_BYTEORDER); in zio_crypt_do_dnode_hmac_updates() 1029 boolean_t le_bswap = (should_bswap == ZFS_HOST_BYTEORDER); in zio_crypt_do_objset_hmacs() 1046 if (!ZFS_HOST_BYTEORDER) in zio_crypt_do_objset_hmacs() 1100 if (!ZFS_HOST_BYTEORDER) in zio_crypt_do_objset_hmacs()
|
| /freebsd-head/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | zio_crypt.c | 1057 boolean_t le_bswap = (should_bswap == ZFS_HOST_BYTEORDER); in zio_crypt_do_dnode_hmac_updates() 1145 boolean_t le_bswap = (should_bswap == ZFS_HOST_BYTEORDER); in zio_crypt_do_objset_hmacs() 1181 if (!ZFS_HOST_BYTEORDER) in zio_crypt_do_objset_hmacs() 1256 if (!ZFS_HOST_BYTEORDER) in zio_crypt_do_objset_hmacs()
|
| /freebsd-head/sys/contrib/openzfs/include/sys/ |
| HD | spa.h | 600 #define ZFS_HOST_BYTEORDER (0ULL) macro 602 #define ZFS_HOST_BYTEORDER (1ULL) macro 605 #define BP_SHOULD_BYTESWAP(bp) (BP_GET_BYTEORDER(bp) != ZFS_HOST_BYTEORDER)
|
| /freebsd-head/sys/cddl/boot/zfs/ |
| HD | zfsimpl.h | 476 #define ZFS_HOST_BYTEORDER (0ULL) macro 478 #define ZFS_HOST_BYTEORDER (1ULL) macro 481 #define BP_SHOULD_BYTESWAP(bp) (BP_GET_BYTEORDER(bp) != ZFS_HOST_BYTEORDER)
|
| /freebsd-head/usr.sbin/makefs/zfs/ |
| HD | vdev.c | 60 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in blkptr_set()
|
| /freebsd-head/sys/contrib/openzfs/cmd/zdb/ |
| HD | zdb.c | 8998 BP_SET_BYTEORDER(bp, ZFS_HOST_BYTEORDER); in zdb_read_block()
|