Searched refs:this_lbp (Results 1 – 1 of 1) sorted by relevance
11110 const l2arc_log_blkptr_t *this_lbp, const l2arc_log_blkptr_t *next_lbp, in l2arc_log_blk_read() argument11118 ASSERT(this_lbp != NULL && next_lbp != NULL); in l2arc_log_blk_read()11121 ASSERT(l2arc_log_blkptr_valid(dev, this_lbp)); in l2arc_log_blk_read()11128 this_io = l2arc_log_blk_fetch(dev->l2ad_vdev, this_lbp, in l2arc_log_blk_read()11150 (u_longlong_t)this_lbp->lbp_daddr, in l2arc_log_blk_read()11159 asize = L2BLK_GET_PSIZE((this_lbp)->lbp_prop); in l2arc_log_blk_read()11161 if (!ZIO_CHECKSUM_EQUAL(cksum, this_lbp->lbp_cksum)) { in l2arc_log_blk_read()11165 (u_longlong_t)this_lbp->lbp_daddr, in l2arc_log_blk_read()11174 switch (L2BLK_GET_COMPRESS((this_lbp)->lbp_prop)) { in l2arc_log_blk_read()11183 L2BLK_GET_COMPRESS((this_lbp)->lbp_prop), in l2arc_log_blk_read()