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.c1018 zio_t *this_io, zio_t **next_io);
10820 zio_t *this_io = NULL, *next_io = NULL; in l2arc_rebuild() local
10867 this_lb, next_lb, this_io, &next_io)) != 0) in l2arc_rebuild()
10973 this_io = next_io; in l2arc_rebuild()
10977 if (this_io != NULL) in l2arc_rebuild()
10978 l2arc_log_blk_fetch_abort(this_io); in l2arc_rebuild()
11112 zio_t *this_io, zio_t **next_io) in l2arc_log_blk_read() argument
11127 if (this_io == NULL) { in l2arc_log_blk_read()
11128 this_io = l2arc_log_blk_fetch(dev->l2ad_vdev, this_lbp, in l2arc_log_blk_read()
11146 if ((err = zio_wait(this_io)) != 0) { in l2arc_log_blk_read()