Searched refs:BPE_GET_LSIZE (Results 1 – 5 of 5) sorted by relevance
135 lsize = BPE_GET_LSIZE(bp); in decode_embedded_bp()
583 drrw->drr_lsize = BPE_GET_LSIZE(bp); in dump_write_embedded()
334 #define BPE_GET_LSIZE(bp) \ macro417 (BPE_GET_ETYPE(bp) == BP_EMBEDDED_TYPE_DATA ? BPE_GET_LSIZE(bp) : 0): \645 (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): \
2497 (u_longlong_t)BPE_GET_LSIZE(bp), in snprintf_blkptr_compact()8939 ASSERT3U(BPE_GET_LSIZE(&bp), <=, SPA_MAXBLOCKSIZE); in zdb_embedded_block()8945 err = decode_embedded_bp(&bp, buf, BPE_GET_LSIZE(&bp)); in zdb_embedded_block()8950 zdb_dump_block_raw(buf, BPE_GET_LSIZE(&bp), 0); in zdb_embedded_block()