Lines Matching refs:b_hdr

1172 	    HDR_GET_PSIZE(buf->b_hdr) : HDR_GET_LSIZE(buf->b_hdr));  in arc_buf_size()
1178 return (HDR_GET_LSIZE(buf->b_hdr)); in arc_buf_lsize()
1198 return (HDR_NOAUTH(buf->b_hdr) != 0); in arc_is_unauthenticated()
1205 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_get_raw_params()
1226 HDR_GET_COMPRESS(buf->b_hdr) : ZIO_COMPRESS_OFF); in arc_get_compression()
1247 buf->b_hdr->b_l1hdr.b_pabd != NULL && in arc_buf_is_shared()
1248 abd_is_linear(buf->b_hdr->b_l1hdr.b_pabd) && in arc_buf_is_shared()
1249 buf->b_data == abd_to_buf(buf->b_hdr->b_l1hdr.b_pabd)); in arc_buf_is_shared()
1250 IMPLY(shared, HDR_SHARED_DATA(buf->b_hdr)); in arc_buf_is_shared()
1304 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_cksum_verify()
1366 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_cksum_compute()
1373 mutex_enter(&buf->b_hdr->b_l1hdr.b_freeze_lock); in arc_cksum_compute()
1448 return (HDR_ISTYPE_METADATA(buf->b_hdr) != 0); in arc_is_metadata()
1470 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_thaw()
1509 ASSERT(HDR_HAS_L1HDR(buf->b_hdr)); in arc_buf_freeze()
1573 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_try_copy_decompressed_data()
1824 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_untransform_in_place()
1856 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_fill()
2520 ASSERT3P(buf->b_hdr, ==, hdr); in arc_can_share()
2553 buf->b_hdr = hdr; in arc_buf_alloc_impl()
2743 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_return_buf()
2757 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_loan_inuse_buf()
2928 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_destroy_impl()
3028 buf->b_hdr = NULL; in arc_buf_destroy_impl()
3337 buf->b_hdr = nhdr; in arc_hdr_realloc_crypt()
3409 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_convert_to_raw()
3740 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_destroy()
3753 ASSERT3P(hdr, ==, buf->b_hdr); in arc_buf_destroy()
5258 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_access()
6163 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_release()
6356 buf->b_hdr = nhdr; in arc_release()
6383 buf->b_hdr->b_l1hdr.b_state == arc_anon); in arc_released()
6395 referenced = (zfs_refcount_count(&buf->b_hdr->b_l1hdr.b_refcnt)); in arc_referenced()
6406 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_write_ready()
6411 ASSERT(!zfs_refcount_is_zero(&buf->b_hdr->b_l1hdr.b_refcnt)); in arc_write_ready()
6579 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_write_done()
6665 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_write()