Home
last modified time | relevance | path

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

/NextBSD/sys/sys/mach/device/
HDbuf.h86 #define b_dev io_unit macro
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDarc.c847 l2arc_dev_t *b_dev; /* L2ARC device */ member
1137 l2arc_dev_t *dev = hdr->b_l2hdr.b_dev; in l2arc_trim()
1461 l2arc_dev_t *dev = hdr->b_l2hdr.b_dev; in arc_hdr_realloc()
2218 ASSERT(MUTEX_HELD(&hdr->b_l2hdr.b_dev->l2ad_mtx)); in arc_buf_l2_cdata_free()
2348 l2arc_dev_t *dev = l2hdr->b_dev; in arc_hdr_l2hdr_destroy()
2408 l2arc_dev_t *dev = hdr->b_l2hdr.b_dev; in arc_hdr_destroy()
4478 (vd = hdr->b_l2hdr.b_dev->l2ad_vdev) != NULL) { in arc_read()
4479 devw = hdr->b_l2hdr.b_dev->l2ad_writing; in arc_read()
4783 mutex_enter(&hdr->b_l2hdr.b_dev->l2ad_mtx); in arc_release()
4798 mutex_exit(&hdr->b_l2hdr.b_dev->l2ad_mtx); in arc_release()
[all …]
/NextBSD/sys/kern/
HDvfs_bio.c1250 if (bp->b_dev == NULL) { in bufshutdown()