Home
last modified time | relevance | path

Searched refs:BP_COUNT_GANG (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h539 #define BP_COUNT_GANG(bp) \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c3713 zb->zb_gangs += BP_COUNT_GANG(bp); in count_block()
H A Dzio.c4228 ASSERT(BP_COUNT_GANG(bp) == 0 || in zio_done()
4229 (BP_COUNT_GANG(bp) == BP_GET_NDVAS(bp))); in zio_done()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3504 zb->zb_gangs += BP_COUNT_GANG(bp); in zdb_count_block()