Searched refs:BPE_PAYLOAD_SIZE (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dblkptr.c54 ASSERT3U(compressed_size, <=, BPE_PAYLOAD_SIZE);
90 * more than BPE_PAYLOAD_SIZE bytes).
H A Ddmu_send.c333 char buf[BPE_PAYLOAD_SIZE];
2307 if (drrwe->drr_psize > BPE_PAYLOAD_SIZE)
H A Dzio.c1265 } else if (!zp->zp_dedup && psize <= BPE_PAYLOAD_SIZE &&
/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.h309 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
446 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h312 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c394 * more than BPE_PAYLOAD_SIZE bytes).
441 uint8_t dstbuf[BPE_PAYLOAD_SIZE];
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1170 ASSERT(size <= BPE_PAYLOAD_SIZE);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2289 [BPE_PAYLOAD_SIZE];

Completed in 120 milliseconds