Searched refs:lb_ptr_buf (Results 1 – 1 of 1) sorted by relevance
8635 l2arc_lb_ptr_buf_t *lb_ptr_buf; in l2arc_write_done() local8747 lb_ptr_buf = list_remove_head(&dev->l2ad_lbptr_list); in l2arc_write_done()8753 L2BLK_GET_PSIZE((lb_ptr_buf->lb_ptr)->lbp_prop); in l2arc_write_done()8758 lb_ptr_buf); in l2arc_write_done()8760 lb_ptr_buf); in l2arc_write_done()8761 kmem_free(lb_ptr_buf->lb_ptr, in l2arc_write_done()8763 kmem_free(lb_ptr_buf, sizeof (l2arc_lb_ptr_buf_t)); in l2arc_write_done()8776 lb_ptr_buf = list_head(&dev->l2ad_lbptr_list); in l2arc_write_done()8778 if (lb_ptr_buf == NULL) { in l2arc_write_done()8793 memcpy(&l2dhdr->dh_start_lbps[i], lb_ptr_buf->lb_ptr, in l2arc_write_done()[all …]