Searched refs:b_dev (Results 1 – 3 of 3) sorted by relevance
512 l2arc_dev_t *b_dev; /* L2ARC device */ member
1799 hdr->b_l2hdr.b_dev = dev; in arc_buf_alloc_l2only()2999 hdr->b_l2hdr.b_dev); in arc_hdr_free_on_write()3002 hdr->b_l2hdr.b_dev); in arc_hdr_free_on_write()3362 l2arc_dev_t *dev = hdr->b_l2hdr.b_dev; in arc_hdr_realloc()3653 l2arc_dev_t *dev = l2hdr->b_dev; in arc_hdr_l2hdr_destroy()3688 l2arc_dev_t *dev = hdr->b_l2hdr.b_dev; in arc_hdr_destroy()6293 (vd = hdr->b_l2hdr.b_dev->l2ad_vdev) != NULL) { in arc_read()6294 devw = hdr->b_l2hdr.b_dev->l2ad_writing; in arc_read()6805 mutex_enter(&hdr->b_l2hdr.b_dev->l2ad_mtx); in arc_release()6809 mutex_exit(&hdr->b_l2hdr.b_dev->l2ad_mtx); in arc_release()[all …]
1474 if (bp->b_dev == NULL) { in bufshutdown()