Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbio.h111 struct g_provider *bio_to; /* GEOM linkage */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c530 zvol_state_t *zv = bp->bio_to->private; in zvol_geom_bio_start()
563 zv = bp->bio_to->private; in zvol_geom_bio_getattr()
609 if (bp->bio_to) in zvol_geom_bio_strategy()
610 zv = bp->bio_to->private; in zvol_geom_bio_strategy()
738 if (bp->bio_to) in zvol_geom_bio_strategy()
H A Dvdev_geom.c1039 if (bp->bio_to->error != 0) { in vdev_geom_io_intr()
/f-stack/freebsd/mips/cavium/
H A Docteon_ebt3000_cf.c211 cf_priv = bp->bio_to->geom->softc; in cf_start()