Searched refs:this_lb (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 1211 l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb, 7192 l2arc_log_blk_phys_t *this_lb, *next_lb; in l2arc_rebuild() local 7199 this_lb = kmem_zalloc(sizeof (*this_lb), KM_SLEEP); in l2arc_rebuild() 7242 this_lb, next_lb, this_lb_buf, next_lb_buf, in l2arc_rebuild() 7282 l2arc_log_blk_restore(dev, load_guid, this_lb, in l2arc_rebuild() 7295 this_lb->lb_back2_lbp.lbp_daddr, lb_ptrs[0].lbp_daddr, in l2arc_rebuild() 7302 lb_ptrs[1] = this_lb->lb_back2_lbp; in l2arc_rebuild() 7303 PTR_SWAP(this_lb, next_lb); in l2arc_rebuild() 7332 kmem_free(this_lb, sizeof (*this_lb)); in l2arc_rebuild() 7425 l2arc_log_blk_phys_t *this_lb, l2arc_log_blk_phys_t *next_lb, in l2arc_log_blk_read() argument [all …]
|