Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c2356 state = l1hdr->b_state; in arc_buf_info()
2403 old_state = hdr->b_l1hdr.b_state; in arc_change_state()
2572 hdr->b_l1hdr.b_state = new_state; in arc_change_state()
3272 hdr->b_l1hdr.b_state = arc_anon; in arc_hdr_alloc()
3317 nhdr->b_l1hdr.b_state = arc_l2c_only; in arc_hdr_realloc()
3683 if (hdr->b_l1hdr.b_state == arc_anon) { in arc_buf_destroy()
3742 state = hdr->b_l1hdr.b_state; in arc_evict_hdr()
5045 if (hdr->b_l1hdr.b_state == arc_anon) { in arc_access()
5155 hdr->b_l1hdr.b_state); in arc_access()
5186 hdr->b_l1hdr.b_state == arc_mfu || in arc_buf_access()
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h75 __entry->hdr_state_type = ab->b_l1hdr.b_state->arcs_state;
226 __entry->hdr_state_type = hdr->b_l1hdr.b_state->arcs_state;
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h163 arc_state_t *b_state; member