Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c978 zio_t *this_io, zio_t **next_io);
10147 zio_t *this_io = NULL, *next_io = NULL; in l2arc_rebuild() local
10194 this_lb, next_lb, this_io, &next_io)) != 0) in l2arc_rebuild()
10300 this_io = next_io; in l2arc_rebuild()
10304 if (this_io != NULL) in l2arc_rebuild()
10305 l2arc_log_blk_fetch_abort(this_io); in l2arc_rebuild()
10439 zio_t *this_io, zio_t **next_io) in l2arc_log_blk_read() argument
10454 if (this_io == NULL) { in l2arc_log_blk_read()
10455 this_io = l2arc_log_blk_fetch(dev->l2ad_vdev, this_lbp, in l2arc_log_blk_read()
10473 if ((err = zio_wait(this_io)) != 0) { in l2arc_log_blk_read()