Searched refs:data_hdr (Results 1 – 1 of 1) sorted by relevance
3606 arc_buf_hdr_t *data_hdr; in arc_adjust_type() local3621 for (data_hdr = multilist_sublist_tail(data_mls); data_hdr != NULL; in arc_adjust_type()3622 data_hdr = multilist_sublist_prev(data_mls, data_hdr)) { in arc_adjust_type()3623 if (data_hdr->b_spa != 0) in arc_adjust_type()3633 if (data_hdr == NULL && meta_hdr == NULL) { in arc_adjust_type()3635 } else if (data_hdr == NULL) { in arc_adjust_type()3639 ASSERT3P(data_hdr, !=, NULL); in arc_adjust_type()3642 ASSERT3P(data_hdr, !=, NULL); in arc_adjust_type()3646 ASSERT(HDR_HAS_L1HDR(data_hdr)); in arc_adjust_type()3649 if (data_hdr->b_l1hdr.b_arc_access < in arc_adjust_type()