Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c4251 arc_buf_hdr_t *meta_hdr; in arc_adjust_type() local
4271 for (meta_hdr = multilist_sublist_tail(meta_mls); meta_hdr != NULL; in arc_adjust_type()
4272 meta_hdr = multilist_sublist_prev(meta_mls, meta_hdr)) { in arc_adjust_type()
4273 if (meta_hdr->b_spa != 0) in arc_adjust_type()
4277 if (data_hdr == NULL && meta_hdr == NULL) { in arc_adjust_type()
4280 ASSERT3P(meta_hdr, !=, NULL); in arc_adjust_type()
4282 } else if (meta_hdr == NULL) { in arc_adjust_type()
4287 ASSERT3P(meta_hdr, !=, NULL); in arc_adjust_type()
4291 ASSERT(HDR_HAS_L1HDR(meta_hdr)); in arc_adjust_type()
4294 meta_hdr->b_l1hdr.b_arc_access) { in arc_adjust_type()