Searched refs:lb_ptr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | arc_impl.h | 363 l2arc_log_blkptr_t *lb_ptr; member
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 8737 L2BLK_GET_PSIZE((lb_ptr_buf->lb_ptr)->lbp_prop); in l2arc_write_done() 8745 kmem_free(lb_ptr_buf->lb_ptr, in l2arc_write_done() 8777 memcpy(&l2dhdr->dh_start_lbps[i], lb_ptr_buf->lb_ptr, in l2arc_write_done() 9382 (lb_ptr_buf->lb_ptr)->lbp_prop); in l2arc_evict() 9389 if (!all && l2arc_log_blkptr_valid(dev, lb_ptr_buf->lb_ptr)) { in l2arc_evict() 9401 kmem_free(lb_ptr_buf->lb_ptr, in l2arc_evict() 10927 lb_ptr_buf->lb_ptr = kmem_zalloc(sizeof (l2arc_log_blkptr_t), in l2arc_rebuild() 10929 memcpy(lb_ptr_buf->lb_ptr, &lbps[0], in l2arc_rebuild() 11477 lb_ptr_buf->lb_ptr = kmem_zalloc(sizeof (l2arc_log_blkptr_t), KM_SLEEP); in l2arc_log_blk_commit() 11554 memcpy(lb_ptr_buf->lb_ptr, in l2arc_log_blk_commit() [all...] |