Searched refs:BPE_PAYLOAD_SIZE (Results 1 – 8 of 8) sorted by relevance
56 ASSERT3U(compressed_size, <=, BPE_PAYLOAD_SIZE); in encode_embedded_bp_compressed()144 uint8_t dstbuf[BPE_PAYLOAD_SIZE]; in decode_embedded_bp()
1210 if (unlikely(BPE_GET_PSIZE(bp) > BPE_PAYLOAD_SIZE)) { in zfs_blkptr_verify()1815 return (BPE_PAYLOAD_SIZE); in zio_get_compression_max_size()2010 } else if (psize <= BPE_PAYLOAD_SIZE && !zp->zp_encrypt && in zio_write_compress()
568 char buf[BPE_PAYLOAD_SIZE]; in dump_write_embedded()
2490 if (drrwe->drr_psize > BPE_PAYLOAD_SIZE) in receive_write_embedded()
324 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro483 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
356 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
2232 ASSERT(size <= BPE_PAYLOAD_SIZE); in zio_read()
5633 [BPE_PAYLOAD_SIZE + 1];