Home
last modified time | relevance | path

Searched refs:byteorder (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc.h252 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 Ddbuf.h378 int uncompressed_size, int compressed_size, int byteorder, dmu_tx_t *tx);
H A Ddmu.h504 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 DMakefile.am3 byteorder.h \
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A DMakefile.am3 byteorder.h \
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A DMakefile.am4 byteorder.h \
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A DMakefile.am5 byteorder.h \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c1109 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 Ddmu_recv.c2194 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 Darc.c1359 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 Ddmu.c1145 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 Dkern_mib.c176 SYSCTL_INT(_hw, HW_BYTEORDER, byteorder, CTLFLAG_RD|CTLFLAG_CAPRD,