scan_prefetch_ctx_t
const scan_prefetch_ctx_t *spc_a = spic_a->spic_spc;
const scan_prefetch_ctx_t *spc_b = spic_b->spic_spc;
scan_prefetch_ctx_rele(scan_prefetch_ctx_t *spc, void *tag)
kmem_free(spc, sizeof (scan_prefetch_ctx_t));
static scan_prefetch_ctx_t *
scan_prefetch_ctx_t *spc;
spc = kmem_alloc(sizeof (scan_prefetch_ctx_t), KM_SLEEP);
scan_prefetch_ctx_add_ref(scan_prefetch_ctx_t *spc, void *tag)
dsl_scan_check_prefetch_resume(scan_prefetch_ctx_t *spc,
dsl_scan_prefetch(scan_prefetch_ctx_t *spc, blkptr_t *bp, zbookmark_phys_t *zb)
scan_prefetch_ctx_t *spc;
scan_prefetch_ctx_t *spc = private;
scan_prefetch_ctx_t *spc;
scan_prefetch_ctx_t *spic_spc; /* spc for the callback */