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.c1456 ASSERT(hdr->b_l1hdr.b_state == arc_anon || HDR_EMPTY_OR_LOCKED(hdr)); in arc_hdr_has_uncompressed_buf()
1636 ASSERT3P(hdr->b_l1hdr.b_state, ==, arc_anon); in arc_buf_thaw()
2332 arc_state_t *state = hdr->b_l1hdr.b_state; in add_reference()
2358 arc_state_t *state = hdr->b_l1hdr.b_state; in remove_reference()
2407 state = l1hdr->b_state; in arc_buf_info()
2454 old_state = hdr->b_l1hdr.b_state; in arc_change_state()
2623 hdr->b_l1hdr.b_state = new_state; in arc_change_state()
2965 arc_state_t *state = hdr->b_l1hdr.b_state; in arc_hdr_free_on_write()
3018 &hdr->b_l1hdr.b_state->arcs_size[arc_buf_type(hdr)], in arc_share_buf()
3048 &hdr->b_l1hdr.b_state->arcs_size[arc_buf_type(hdr)], in arc_unshare_buf()
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h66 __entry->hdr_state_type = ab->b_l1hdr.b_state->arcs_state;
217 __entry->hdr_state_type = hdr->b_l1hdr.b_state->arcs_state;
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h188 arc_state_t *b_state; member