Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c3513 nhdr->b_l1hdr.b_freeze_cksum = hdr->b_l1hdr.b_freeze_cksum; in arc_hdr_realloc_crypt()
3514 nhdr->b_l1hdr.b_bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_hdr_realloc_crypt()
3515 nhdr->b_l1hdr.b_byteswap = hdr->b_l1hdr.b_byteswap; in arc_hdr_realloc_crypt()
3516 nhdr->b_l1hdr.b_state = hdr->b_l1hdr.b_state; in arc_hdr_realloc_crypt()
3517 nhdr->b_l1hdr.b_arc_access = hdr->b_l1hdr.b_arc_access; in arc_hdr_realloc_crypt()
3518 nhdr->b_l1hdr.b_mru_hits = hdr->b_l1hdr.b_mru_hits; in arc_hdr_realloc_crypt()
3520 nhdr->b_l1hdr.b_mfu_hits = hdr->b_l1hdr.b_mfu_hits; in arc_hdr_realloc_crypt()
3522 nhdr->b_l1hdr.b_l2_hits = hdr->b_l1hdr.b_l2_hits; in arc_hdr_realloc_crypt()
3523 nhdr->b_l1hdr.b_acb = hdr->b_l1hdr.b_acb; in arc_hdr_realloc_crypt()
3524 nhdr->b_l1hdr.b_pabd = hdr->b_l1hdr.b_pabd; in arc_hdr_realloc_crypt()
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h73 __entry->hdr_bufcnt = ab->b_l1hdr.b_bufcnt;
78 __entry->hdr_access = ab->b_l1hdr.b_arc_access;
79 __entry->hdr_mru_hits = ab->b_l1hdr.b_mru_hits;
81 __entry->hdr_mfu_hits = ab->b_l1hdr.b_mfu_hits;
83 __entry->hdr_l2_hits = ab->b_l1hdr.b_l2_hits;
84 __entry->hdr_refcount = ab->b_l1hdr.b_refcnt.rc_count;
231 __entry->hdr_bufcnt = hdr->b_l1hdr.b_bufcnt;
236 __entry->hdr_access = hdr->b_l1hdr.b_arc_access;
237 __entry->hdr_mru_hits = hdr->b_l1hdr.b_mru_hits;
239 __entry->hdr_mfu_hits = hdr->b_l1hdr.b_mfu_hits;
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h504 l1arc_buf_hdr_t b_l1hdr; member