Searched refs:data_hdr (Results 1 – 1 of 1) sorted by relevance
3212 arc_buf_hdr_t *data_hdr; in arc_adjust_type() local3227 for (data_hdr = multilist_sublist_tail(data_mls); data_hdr != NULL; in arc_adjust_type()3228 data_hdr = multilist_sublist_prev(data_mls, data_hdr)) { in arc_adjust_type()3229 if (data_hdr->b_spa != 0) in arc_adjust_type()3239 if (data_hdr == NULL && meta_hdr == NULL) { in arc_adjust_type()3241 } else if (data_hdr == NULL) { in arc_adjust_type()3245 ASSERT3P(data_hdr, !=, NULL); in arc_adjust_type()3248 ASSERT3P(data_hdr, !=, NULL); in arc_adjust_type()3252 ASSERT(HDR_HAS_L1HDR(data_hdr)); in arc_adjust_type()3255 if (data_hdr->b_l1hdr.b_arc_access < in arc_adjust_type()