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()
332 #define BPE_GET_LSIZE(bp) \ macro411 (BPE_GET_ETYPE(bp) == BP_EMBEDDED_TYPE_DATA ? BPE_GET_LSIZE(bp) : 0): \652 (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): \
2540 (u_longlong_t)BPE_GET_LSIZE(bp), in snprintf_blkptr_compact()9169 ASSERT3U(BPE_GET_LSIZE(&bp), <=, SPA_MAXBLOCKSIZE); in zdb_embedded_block()9175 err = decode_embedded_bp(&bp, buf, BPE_GET_LSIZE(&bp)); in zdb_embedded_block()9180 zdb_dump_block_raw(buf, BPE_GET_LSIZE(&bp), 0); in zdb_embedded_block()