Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c2324 state = hdr->b_l1hdr.b_state; in add_reference()
2395 state = l1hdr->b_state; in arc_buf_info()
2442 old_state = hdr->b_l1hdr.b_state; in arc_change_state()
2623 hdr->b_l1hdr.b_state = new_state; in arc_change_state()
3332 hdr->b_l1hdr.b_state = arc_anon; in arc_hdr_alloc()
3390 nhdr->b_l1hdr.b_state = arc_l2c_only; in arc_hdr_realloc()
3516 nhdr->b_l1hdr.b_state = hdr->b_l1hdr.b_state; in arc_hdr_realloc_crypt()
3561 hdr->b_l1hdr.b_state = NULL; in arc_hdr_realloc_crypt()
3931 state = hdr->b_l1hdr.b_state; in arc_evict_hdr()
5562 hdr->b_l1hdr.b_state); in arc_access()
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h77 __entry->hdr_state_type = ab->b_l1hdr.b_state->arcs_state;
235 __entry->hdr_state_type = hdr->b_l1hdr.b_state->arcs_state;
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h163 arc_state_t *b_state; member