Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c1329 HDR_GET_PSIZE(buf->b_hdr) : HDR_GET_LSIZE(buf->b_hdr)); in arc_buf_size()
1362 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_get_raw_params()
1465 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_cksum_verify()
1527 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_cksum_compute()
2381 arc_buf_hdr_t *hdr = ab->b_hdr; in arc_buf_info()
2765 ASSERT3P(buf->b_hdr, ==, hdr); in arc_can_share()
2804 buf->b_hdr = hdr; in arc_buf_alloc_impl()
3230 buf->b_hdr = NULL; in arc_buf_destroy_impl()
3535 buf->b_hdr = nhdr; in arc_hdr_realloc_crypt()
3897 ASSERT3P(hdr, ==, buf->b_hdr); in arc_buf_destroy()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc.h188 arc_buf_hdr_t *b_hdr; member