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.c1423 ASSERT(hdr->b_l1hdr.b_state == arc_anon || HDR_EMPTY_OR_LOCKED(hdr)); in arc_hdr_has_uncompressed_buf()
1603 ASSERT3P(hdr->b_l1hdr.b_state, ==, arc_anon); in arc_buf_thaw()
2299 arc_state_t *state = hdr->b_l1hdr.b_state; in add_reference()
2325 arc_state_t *state = hdr->b_l1hdr.b_state; in remove_reference()
2373 state = l1hdr->b_state; in arc_buf_info()
2420 old_state = hdr->b_l1hdr.b_state; in arc_change_state()
2589 hdr->b_l1hdr.b_state = new_state; in arc_change_state()
2932 arc_state_t *state = hdr->b_l1hdr.b_state; in arc_hdr_free_on_write()
2978 &hdr->b_l1hdr.b_state->arcs_size[arc_buf_type(hdr)], in arc_share_buf()
3008 &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.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