Searched refs:lb_ptr_buf (Results 1 – 1 of 1) sorted by relevance
8619 l2arc_lb_ptr_buf_t *lb_ptr_buf; in l2arc_write_done() local8731 lb_ptr_buf = list_remove_head(&dev->l2ad_lbptr_list); in l2arc_write_done()8737 L2BLK_GET_PSIZE((lb_ptr_buf->lb_ptr)->lbp_prop); in l2arc_write_done()8742 lb_ptr_buf); in l2arc_write_done()8744 lb_ptr_buf); in l2arc_write_done()8745 kmem_free(lb_ptr_buf->lb_ptr, in l2arc_write_done()8747 kmem_free(lb_ptr_buf, sizeof (l2arc_lb_ptr_buf_t)); in l2arc_write_done()8760 lb_ptr_buf = list_head(&dev->l2ad_lbptr_list); in l2arc_write_done()8762 if (lb_ptr_buf == NULL) { in l2arc_write_done()8777 memcpy(&l2dhdr->dh_start_lbps[i], lb_ptr_buf->lb_ptr, in l2arc_write_done()[all …]