Searched refs:meta_hdr (Results 1 – 1 of 1) sorted by relevance
3607 arc_buf_hdr_t *meta_hdr; in arc_adjust_type() local3627 for (meta_hdr = multilist_sublist_tail(meta_mls); meta_hdr != NULL; in arc_adjust_type()3628 meta_hdr = multilist_sublist_prev(meta_mls, meta_hdr)) { in arc_adjust_type()3629 if (meta_hdr->b_spa != 0) in arc_adjust_type()3633 if (data_hdr == NULL && meta_hdr == NULL) { in arc_adjust_type()3636 ASSERT3P(meta_hdr, !=, NULL); in arc_adjust_type()3638 } else if (meta_hdr == NULL) { in arc_adjust_type()3643 ASSERT3P(meta_hdr, !=, NULL); in arc_adjust_type()3647 ASSERT(HDR_HAS_L1HDR(meta_hdr)); in arc_adjust_type()3650 meta_hdr->b_l1hdr.b_arc_access) { in arc_adjust_type()