Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c1771 hdr->b_l2hdr.b_dev = dev; in arc_buf_alloc_l2only()
1772 hdr->b_l2hdr.b_daddr = daddr; in arc_buf_alloc_l2only()
2398 l2hdr = &hdr->b_l2hdr; in arc_buf_info()
3755 switch (hdr->b_l2hdr.b_arcs_state) { in l2arc_hdr_arcstats_update()
6261 addr = hdr->b_l2hdr.b_daddr; in arc_read()
9239 hdr->b_l2hdr.b_dev = dev; in l2arc_write_buffers()
9240 hdr->b_l2hdr.b_hits = 0; in l2arc_write_buffers()
9243 hdr->b_l2hdr.b_arcs_state = in l2arc_write_buffers()
10285 exists->b_l2hdr.b_dev = dev; in l2arc_hdr_restore()
10287 exists->b_l2hdr.b_arcs_state = in l2arc_hdr_restore()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h502 l2arc_buf_hdr_t b_l2hdr; member