Searched refs:b_state (Results 1 – 3 of 3) sorted by relevance
1448 ASSERT(hdr->b_l1hdr.b_state == arc_anon || HDR_EMPTY_OR_LOCKED(hdr)); in arc_hdr_has_uncompressed_buf()1628 ASSERT3P(hdr->b_l1hdr.b_state, ==, arc_anon); in arc_buf_thaw()2324 arc_state_t *state = hdr->b_l1hdr.b_state; in add_reference()2350 arc_state_t *state = hdr->b_l1hdr.b_state; in remove_reference()2398 state = l1hdr->b_state; in arc_buf_info()2445 old_state = hdr->b_l1hdr.b_state; in arc_change_state()2614 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()3009 &hdr->b_l1hdr.b_state->arcs_size[arc_buf_type(hdr)], in arc_share_buf()3039 &hdr->b_l1hdr.b_state->arcs_size[arc_buf_type(hdr)], in arc_unshare_buf()[all …]
76 __entry->hdr_state_type = ab->b_l1hdr.b_state->arcs_state;227 __entry->hdr_state_type = hdr->b_l1hdr.b_state->arcs_state;
185 arc_state_t *b_state; member