Searched refs:BPE_PAYLOAD_SIZE (Results 1 – 7 of 7) sorted by relevance
54 ASSERT3U(compressed_size, <=, BPE_PAYLOAD_SIZE); in encode_embedded_bp_compressed()
295 char buf[BPE_PAYLOAD_SIZE]; in dump_write_embedded()2186 if (drrwe->drr_psize > BPE_PAYLOAD_SIZE) in receive_write_embedded()
1177 } else if (!zp->zp_dedup && psize <= BPE_PAYLOAD_SIZE && in zio_write_bp_init()
313 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
311 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
441 uint8_t dstbuf[BPE_PAYLOAD_SIZE]; in decode_embedded_bp()
2316 [BPE_PAYLOAD_SIZE];