Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h81 __entry->hdr_l2_hits = ab->b_l2hdr.b_hits;
232 __entry->hdr_l2_hits = hdr->b_l2hdr.b_hits;
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c1175 list_link_init(&hdr->b_l2hdr.b_l2node); in hdr_full_cons()
1758 hdr->b_l2hdr.b_dev = dev; in arc_buf_alloc_l2only()
1759 hdr->b_l2hdr.b_daddr = daddr; in arc_buf_alloc_l2only()
1760 hdr->b_l2hdr.b_arcs_state = arcs_state; in arc_buf_alloc_l2only()
2376 l2hdr = &hdr->b_l2hdr; in arc_buf_info()
2593 hdr->b_l2hdr.b_arcs_state = new_state->arcs_state; in arc_change_state()
3315 l2arc_dev_t *dev = hdr->b_l2hdr.b_dev; in arc_hdr_realloc()
3372 ASSERT(list_link_active(&hdr->b_l2hdr.b_l2node)); in arc_hdr_realloc()
3569 switch (hdr->b_l2hdr.b_arcs_state) { in l2arc_hdr_arcstats_update()
3605 l2arc_buf_hdr_t *l2hdr = &hdr->b_l2hdr; in arc_hdr_l2hdr_destroy()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h511 l2arc_buf_hdr_t b_l2hdr; member