Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDarc.c1406 ASSERT(hdr->b_l1hdr.b_state == arc_anon || HDR_EMPTY_OR_LOCKED(hdr)); in arc_hdr_has_uncompressed_buf()
1586 ASSERT3P(hdr->b_l1hdr.b_state, ==, arc_anon); in arc_buf_thaw()
2282 arc_state_t *state = hdr->b_l1hdr.b_state; in add_reference()
2308 arc_state_t *state = hdr->b_l1hdr.b_state; in remove_reference()
2356 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()
2915 arc_state_t *state = hdr->b_l1hdr.b_state; in arc_hdr_free_on_write()
2961 &hdr->b_l1hdr.b_state->arcs_size[arc_buf_type(hdr)], in arc_share_buf()
2991 &hdr->b_l1hdr.b_state->arcs_size[arc_buf_type(hdr)], in arc_unshare_buf()
[all …]
/freebsd-14-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
HDtrace_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-14-stable/sys/contrib/openzfs/include/sys/
HDarc_impl.h163 arc_state_t *b_state; member