| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | arc.h | 252 void arc_get_raw_params(arc_buf_t *buf, boolean_t *byteorder, uint8_t *salt, 256 void arc_convert_to_raw(arc_buf_t *buf, uint64_t dsobj, boolean_t byteorder, 265 boolean_t byteorder, const uint8_t *salt, const uint8_t *iv, 272 arc_buf_t *arc_loan_raw_buf(spa_t *spa, uint64_t dsobj, boolean_t byteorder,
|
| H A D | dbuf.h | 378 int uncompressed_size, int compressed_size, int byteorder, dmu_tx_t *tx);
|
| H A D | dmu.h | 504 int compressed_size, int byteorder, dmu_tx_t *tx); 749 void dmu_buf_set_crypt_params(dmu_buf_t *db_fake, boolean_t byteorder,
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | Makefile.am | 3 byteorder.h \
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
| H A D | Makefile.am | 3 byteorder.h \
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | Makefile.am | 4 byteorder.h \
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | Makefile.am | 5 byteorder.h \
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dbuf.c | 1109 boolean_t byteorder; in dbuf_alloc_arcbuf_from_arcbuf() local 1115 arc_get_raw_params(data, &byteorder, salt, iv, mac); in dbuf_alloc_arcbuf_from_arcbuf() 1117 byteorder, salt, iv, mac, dn->dn_type, psize, lsize, in dbuf_alloc_arcbuf_from_arcbuf() 2523 dmu_buf_set_crypt_params(dmu_buf_t *db_fake, boolean_t byteorder, in dmu_buf_set_crypt_params() argument 2545 dr->dt.dl.dr_byteorder = byteorder; in dmu_buf_set_crypt_params() 2596 int uncompressed_size, int compressed_size, int byteorder, in dmu_buf_write_embedded() argument 2626 BP_SET_BYTEORDER(&dl->dr_overridden_by, byteorder); in dmu_buf_write_embedded()
|
| H A D | dmu_recv.c | 2194 boolean_t byteorder = ZFS_HOST_BYTEORDER ^ in receive_spill() local 2199 drrs->drr_object, byteorder, drrs->drr_salt, in receive_spill() 2259 boolean_t byteorder = ZFS_HOST_BYTEORDER ^ rwa->byteswap ^ in receive_object_range() local 2292 rwa->or_byteorder = byteorder; in receive_object_range()
|
| H A D | arc.c | 1359 arc_get_raw_params(arc_buf_t *buf, boolean_t *byteorder, uint8_t *salt, in arc_get_raw_params() argument 1369 *byteorder = (hdr->b_l1hdr.b_byteswap == DMU_BSWAP_NUMFUNCS) ? in arc_get_raw_params() 2931 arc_loan_raw_buf(spa_t *spa, uint64_t dsobj, boolean_t byteorder, in arc_loan_raw_buf() argument 2937 byteorder, salt, iv, mac, ot, psize, lsize, compression_type, in arc_loan_raw_buf() 3595 arc_convert_to_raw(arc_buf_t *buf, uint64_t dsobj, boolean_t byteorder, in arc_convert_to_raw() argument 3610 hdr->b_l1hdr.b_byteswap = (byteorder == ZFS_HOST_BYTEORDER) ? in arc_convert_to_raw() 3678 arc_alloc_raw_buf(spa_t *spa, void *tag, uint64_t dsobj, boolean_t byteorder, in arc_alloc_raw_buf() argument 3698 hdr->b_l1hdr.b_byteswap = (byteorder == ZFS_HOST_BYTEORDER) ? in arc_alloc_raw_buf()
|
| H A D | dmu.c | 1145 int compressed_size, int byteorder, dmu_tx_t *tx) in dmu_write_embedded() argument 1156 uncompressed_size, compressed_size, byteorder, tx); in dmu_write_embedded()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_mib.c | 176 SYSCTL_INT(_hw, HW_BYTEORDER, byteorder, CTLFLAG_RD|CTLFLAG_CAPRD,
|