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.c1447 ASSERT(hdr->b_l1hdr.b_state == arc_anon || HDR_EMPTY_OR_LOCKED(hdr)); in arc_hdr_has_uncompressed_buf()
1627 ASSERT3P(hdr->b_l1hdr.b_state, ==, arc_anon); in arc_buf_thaw()
2323 arc_state_t *state = hdr->b_l1hdr.b_state; in add_reference()
2349 arc_state_t *state = hdr->b_l1hdr.b_state; in remove_reference()
2397 state = l1hdr->b_state; in arc_buf_info()
2444 old_state = hdr->b_l1hdr.b_state; in arc_change_state()
2613 hdr->b_l1hdr.b_state = new_state; in arc_change_state()
2956 arc_state_t *state = hdr->b_l1hdr.b_state; in arc_hdr_free_on_write()
3002 &hdr->b_l1hdr.b_state->arcs_size[arc_buf_type(hdr)], in arc_share_buf()
3032 &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.h76 __entry->hdr_state_type = ab->b_l1hdr.b_state->arcs_state;
227 __entry->hdr_state_type = hdr->b_l1hdr.b_state->arcs_state;
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h164 arc_state_t *b_state; member