Searched refs:lb_ptr_buf (Results 1 – 1 of 1) sorted by relevance
8584 l2arc_lb_ptr_buf_t *lb_ptr_buf; in l2arc_write_done() local8696 lb_ptr_buf = list_remove_head(&dev->l2ad_lbptr_list); in l2arc_write_done()8702 L2BLK_GET_PSIZE((lb_ptr_buf->lb_ptr)->lbp_prop); in l2arc_write_done()8707 lb_ptr_buf); in l2arc_write_done()8709 lb_ptr_buf); in l2arc_write_done()8710 kmem_free(lb_ptr_buf->lb_ptr, in l2arc_write_done()8712 kmem_free(lb_ptr_buf, sizeof (l2arc_lb_ptr_buf_t)); in l2arc_write_done()8725 lb_ptr_buf = list_head(&dev->l2ad_lbptr_list); in l2arc_write_done()8727 if (lb_ptr_buf == NULL) { in l2arc_write_done()8742 memcpy(&l2dhdr->dh_start_lbps[i], lb_ptr_buf->lb_ptr, in l2arc_write_done()[all …]