Searched refs:lb_ptr_buf (Results 1 – 1 of 1) sorted by relevance
8589 l2arc_lb_ptr_buf_t *lb_ptr_buf; in l2arc_write_done() local8701 lb_ptr_buf = list_remove_head(&dev->l2ad_lbptr_list); in l2arc_write_done()8707 L2BLK_GET_PSIZE((lb_ptr_buf->lb_ptr)->lbp_prop); in l2arc_write_done()8712 lb_ptr_buf); in l2arc_write_done()8714 lb_ptr_buf); in l2arc_write_done()8715 kmem_free(lb_ptr_buf->lb_ptr, in l2arc_write_done()8717 kmem_free(lb_ptr_buf, sizeof (l2arc_lb_ptr_buf_t)); in l2arc_write_done()8730 lb_ptr_buf = list_head(&dev->l2ad_lbptr_list); in l2arc_write_done()8732 if (lb_ptr_buf == NULL) { in l2arc_write_done()8747 memcpy(&l2dhdr->dh_start_lbps[i], lb_ptr_buf->lb_ptr, in l2arc_write_done()[all …]