Searched refs:BPE_GET_LSIZE (Results 1 – 5 of 5) sorted by relevance
136 lsize = BPE_GET_LSIZE(bp); in decode_embedded_bp()
588 drrw->drr_lsize = BPE_GET_LSIZE(bp); in dump_write_embedded()
333 #define BPE_GET_LSIZE(bp) \ macro413 (BPE_GET_ETYPE(bp) == BP_EMBEDDED_TYPE_DATA ? BPE_GET_LSIZE(bp) : 0): \682 (u_longlong_t)BPE_GET_LSIZE(bp), \
301 #define BPE_GET_LSIZE(bp) \ macro366 (BPE_GET_ETYPE(bp) == BP_EMBEDDED_TYPE_DATA ? BPE_GET_LSIZE(bp) : 0): \
2556 (u_longlong_t)BPE_GET_LSIZE(bp), in snprintf_blkptr_compact()9231 ASSERT3U(BPE_GET_LSIZE(&bp), <=, SPA_MAXBLOCKSIZE); in zdb_embedded_block()9237 err = decode_embedded_bp(&bp, buf, BPE_GET_LSIZE(&bp)); in zdb_embedded_block()9242 zdb_dump_block_raw(buf, BPE_GET_LSIZE(&bp), 0); in zdb_embedded_block()