Searched refs:this_lbp (Results 1 – 1 of 1) sorted by relevance
10437 const l2arc_log_blkptr_t *this_lbp, const l2arc_log_blkptr_t *next_lbp, in l2arc_log_blk_read() argument10445 ASSERT(this_lbp != NULL && next_lbp != NULL); in l2arc_log_blk_read()10448 ASSERT(l2arc_log_blkptr_valid(dev, this_lbp)); in l2arc_log_blk_read()10455 this_io = l2arc_log_blk_fetch(dev->l2ad_vdev, this_lbp, in l2arc_log_blk_read()10477 (u_longlong_t)this_lbp->lbp_daddr, in l2arc_log_blk_read()10486 asize = L2BLK_GET_PSIZE((this_lbp)->lbp_prop); in l2arc_log_blk_read()10488 if (!ZIO_CHECKSUM_EQUAL(cksum, this_lbp->lbp_cksum)) { in l2arc_log_blk_read()10492 (u_longlong_t)this_lbp->lbp_daddr, in l2arc_log_blk_read()10501 switch (L2BLK_GET_COMPRESS((this_lbp)->lbp_prop)) { in l2arc_log_blk_read()10510 L2BLK_GET_COMPRESS((this_lbp)->lbp_prop), in l2arc_log_blk_read()