Home
last modified time | relevance | path

Searched refs:this_io (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c2710 zio_t *this_io, zio_t **next_io);
9208 zio_t *this_io = NULL, *next_io = NULL; in l2arc_rebuild() local
9252 this_lb, next_lb, this_io, &next_io)) != 0) in l2arc_rebuild()
9361 this_io = next_io; in l2arc_rebuild()
9365 if (this_io != NULL) in l2arc_rebuild()
9366 l2arc_log_blk_fetch_abort(this_io); in l2arc_rebuild()
9497 zio_t *this_io, zio_t **next_io) in l2arc_log_blk_read() argument
9513 if (this_io == NULL) { in l2arc_log_blk_read()
9514 this_io = l2arc_log_blk_fetch(dev->l2ad_vdev, this_lbp, in l2arc_log_blk_read()
9532 if ((err = zio_wait(this_io)) != 0) { in l2arc_log_blk_read()