Searched refs:BPE_PAYLOAD_SIZE (Results 1 – 10 of 10) sorted by relevance
54 ASSERT3U(compressed_size, <=, BPE_PAYLOAD_SIZE); in encode_embedded_bp_compressed()142 uint8_t dstbuf[BPE_PAYLOAD_SIZE]; in decode_embedded_bp()
359 char buf[BPE_PAYLOAD_SIZE]; in dump_write_embedded()
1655 if (drrwe->drr_psize > BPE_PAYLOAD_SIZE) in receive_write_embedded()
1533 psize <= BPE_PAYLOAD_SIZE && in zio_write_compress()
317 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
323 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro467 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
371 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
442 uint8_t dstbuf[BPE_PAYLOAD_SIZE]; in decode_embedded_bp()
2252 ASSERT(size <= BPE_PAYLOAD_SIZE); in zio_read()
3450 [BPE_PAYLOAD_SIZE];