Home
last modified time | relevance | path

Searched refs:BPE_PAYLOAD_SIZE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dblkptr.c54 ASSERT3U(compressed_size, <=, BPE_PAYLOAD_SIZE); in encode_embedded_bp_compressed()
142 uint8_t dstbuf[BPE_PAYLOAD_SIZE]; in decode_embedded_bp()
H A Ddmu_send.c359 char buf[BPE_PAYLOAD_SIZE]; in dump_write_embedded()
H A Ddmu_recv.c1655 if (drrwe->drr_psize > BPE_PAYLOAD_SIZE) in receive_write_embedded()
H A Dzio.c1533 psize <= BPE_PAYLOAD_SIZE && in zio_write_compress()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dspa.h317 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h323 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
467 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h376 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c442 uint8_t dstbuf[BPE_PAYLOAD_SIZE]; in decode_embedded_bp()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2251 ASSERT(size <= BPE_PAYLOAD_SIZE); in zio_read()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3450 [BPE_PAYLOAD_SIZE];