Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDarc.c957 zio_t *this_io, zio_t **next_io);
9789 zio_t *this_io = NULL, *next_io = NULL; in l2arc_rebuild() local
9836 this_lb, next_lb, this_io, &next_io)) != 0) in l2arc_rebuild()
9944 this_io = next_io; in l2arc_rebuild()
9948 if (this_io != NULL) in l2arc_rebuild()
9949 l2arc_log_blk_fetch_abort(this_io); in l2arc_rebuild()
10082 zio_t *this_io, zio_t **next_io) in l2arc_log_blk_read() argument
10098 if (this_io == NULL) { in l2arc_log_blk_read()
10099 this_io = l2arc_log_blk_fetch(dev->l2ad_vdev, this_lbp, in l2arc_log_blk_read()
10117 if ((err = zio_wait(this_io)) != 0) { in l2arc_log_blk_read()