Searched refs:scn_zio_root (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | dsl_scan.h | 112 zio_t *scn_zio_root; member
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | dsl_scan.c | 566 (void) arc_read(scn->scn_zio_root, scn->scn_dp->dp_spa, bp, in dsl_scan_prefetch() 1409 zio_nowait(zio_free_sync(scn->scn_zio_root, scn->scn_dp->dp_spa, in dsl_scan_free_block_cb() 1497 scn->scn_zio_root = zio_root(dp->dp_spa, NULL, in dsl_scan_sync() 1501 VERIFY3U(0, ==, zio_wait(scn->scn_zio_root)); in dsl_scan_sync() 1510 scn->scn_zio_root = zio_root(dp->dp_spa, NULL, in dsl_scan_sync() 1514 VERIFY0(zio_wait(scn->scn_zio_root)); in dsl_scan_sync() 1636 scn->scn_zio_root = zio_root(dp->dp_spa, NULL, in dsl_scan_sync() 1641 (void) zio_wait(scn->scn_zio_root); in dsl_scan_sync() 1642 scn->scn_zio_root = NULL; in dsl_scan_sync()
|