Home
last modified time | relevance | path

Searched refs:b_type (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h467 arc_buf_contents_t b_type; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c1590 VERIFY3U(hdr->b_type, ==, type); in arc_buf_type()
1756 hdr->b_type = type; in arc_buf_alloc_l2only()
2791 VERIFY(hdr->b_type == ARC_BUFC_DATA || in arc_buf_alloc_impl()
2792 hdr->b_type == ARC_BUFC_METADATA); in arc_buf_alloc_impl()
3324 hdr->b_type = type; in arc_hdr_alloc()
3508 nhdr->b_type = hdr->b_type; in arc_hdr_realloc_crypt()
3552 hdr->b_type = ARC_BUFC_INVALID; in arc_hdr_realloc_crypt()
5323 VERIFY3U(hdr->b_type, ==, type); in arc_get_data_impl()
5405 VERIFY3U(hdr->b_type, ==, type); in arc_free_data_impl()
6631 VERIFY3U(hdr->b_type, ==, type); in arc_release()
[all …]