Searched refs:b_dev (Results 1 – 3 of 3) sorted by relevance
448 l2arc_dev_t *b_dev; /* L2ARC device */ member
1771 hdr->b_l2hdr.b_dev = dev; in arc_buf_alloc_l2only()3361 l2arc_dev_t *dev = hdr->b_l2hdr.b_dev; in arc_hdr_realloc()3723 l2arc_dev_t *dev = l2hdr->b_dev; in l2arc_hdr_arcstats_update()3792 l2arc_dev_t *dev = l2hdr->b_dev; in arc_hdr_l2hdr_destroy()3822 l2arc_dev_t *dev = hdr->b_l2hdr.b_dev; in arc_hdr_destroy()6259 (vd = hdr->b_l2hdr.b_dev->l2ad_vdev) != NULL) { in arc_read()6260 devw = hdr->b_l2hdr.b_dev->l2ad_writing; in arc_read()6604 mutex_enter(&hdr->b_l2hdr.b_dev->l2ad_mtx); in arc_release()6617 mutex_exit(&hdr->b_l2hdr.b_dev->l2ad_mtx); in arc_release()9239 hdr->b_l2hdr.b_dev = dev; in l2arc_write_buffers()[all …]
1409 if (bp->b_dev == NULL) { in bufshutdown()