Home
last modified time | relevance | path

Searched refs:BPE_PAYLOAD_SIZE (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dblkptr.c55 ASSERT3U(compressed_size, <=, BPE_PAYLOAD_SIZE); in encode_embedded_bp_compressed()
143 uint8_t dstbuf[BPE_PAYLOAD_SIZE]; in decode_embedded_bp()
H A Ddmu_recv.c2093 if (drrwe->drr_psize > BPE_PAYLOAD_SIZE) in receive_write_embedded()
H A Ddmu_send.c557 char buf[BPE_PAYLOAD_SIZE]; in dump_write_embedded()
H A Dzio.c1720 psize <= BPE_PAYLOAD_SIZE && in zio_write_compress()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h378 #define BPE_PAYLOAD_SIZE (BPE_NUM_WORDS * sizeof (uint64_t)) macro
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c4870 [BPE_PAYLOAD_SIZE + 1];