Lines Matching refs:l1hdr
2377 l1arc_buf_hdr_t *l1hdr = NULL; in arc_buf_info() local
2389 l1hdr = &hdr->b_l1hdr; in arc_buf_info()
2390 state = l1hdr->b_state; in arc_buf_info()
2395 if (l1hdr) { in arc_buf_info()
2397 for (arc_buf_t *buf = l1hdr->b_buf; buf; buf = buf->b_next) in arc_buf_info()
2399 abi->abi_access = l1hdr->b_arc_access; in arc_buf_info()
2400 abi->abi_mru_hits = l1hdr->b_mru_hits; in arc_buf_info()
2401 abi->abi_mru_ghost_hits = l1hdr->b_mru_ghost_hits; in arc_buf_info()
2402 abi->abi_mfu_hits = l1hdr->b_mfu_hits; in arc_buf_info()
2403 abi->abi_mfu_ghost_hits = l1hdr->b_mfu_ghost_hits; in arc_buf_info()
2404 abi->abi_holds = zfs_refcount_count(&l1hdr->b_refcnt); in arc_buf_info()