Home
last modified time | relevance | path

Searched refs:l2hdr (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDarc.c1715 l2arc_buf_hdr_t *l2hdr = hdr->b_l2hdr; in arc_buf_l2_cdata_free() local
1719 if (l2hdr->b_tmp_cdata == NULL) in arc_buf_l2_cdata_free()
1723 arc_buf_free_on_write(l2hdr->b_tmp_cdata, hdr->b_size, in arc_buf_l2_cdata_free()
1726 l2hdr->b_tmp_cdata = NULL; in arc_buf_l2_cdata_free()
1805 l2arc_buf_hdr_t *l2hdr = hdr->b_l2hdr; in arc_hdr_destroy() local
1807 if (l2hdr != NULL) { in arc_hdr_destroy()
1821 l2hdr = hdr->b_l2hdr; in arc_hdr_destroy()
1824 if (l2hdr != NULL) { in arc_hdr_destroy()
1825 trim_map_free(l2hdr->b_dev->l2ad_vdev, l2hdr->b_daddr, in arc_hdr_destroy()
1827 list_remove(l2hdr->b_dev->l2ad_buflist, hdr); in arc_hdr_destroy()
[all …]