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

/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dblkptr.c55 ASSERT3U(compressed_size, <=, BPE_PAYLOAD_SIZE);
91 * more than BPE_PAYLOAD_SIZE bytes).
143 uint8_t dstbuf[BPE_PAYLOAD_SIZE];
H A Ddmu_recv.c2449 if (drrwe->drr_psize > BPE_PAYLOAD_SIZE)
H A Ddmu_send.c563 char buf[BPE_PAYLOAD_SIZE];
H A Dzio.c1862 psize <= BPE_PAYLOAD_SIZE &&
/freebsd-current/sys/cddl/boot/zfs/
H A Dzfsimpl.h324 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
483 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dspa.h355 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
/freebsd-current/stand/libsa/zfs/
H A Dzfsimpl.c2232 ASSERT(size <= BPE_PAYLOAD_SIZE);
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5415 [BPE_PAYLOAD_SIZE + 1];

Completed in 288 milliseconds