Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ieee1394/
Dfwmem.c256 if (iolen == 4 && (bp->bio_offset & 3) == 0) in fwmem_strategy()
258 bp->bio_offset >> 32, bp->bio_offset & 0xffffffff, in fwmem_strategy()
262 bp->bio_offset >> 32, bp->bio_offset & 0xffffffff, in fwmem_strategy()
265 if (iolen == 4 && (bp->bio_offset & 3) == 0) in fwmem_strategy()
267 bp->bio_offset >> 32, bp->bio_offset & 0xffffffff, in fwmem_strategy()
271 bp->bio_offset >> 32, bp->bio_offset & 0xffffffff, in fwmem_strategy()
Dfirewirereg.h322 #define bio_offset b_blkno macro
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dvdev_geom.c381 bios[j]->bio_offset = off; in vdev_geom_io()
1029 bp->bio_offset = zio->io_offset; in vdev_geom_io_start()
1035 bp->bio_offset = zio->io_offset; in vdev_geom_io_start()
1042 bp->bio_offset = cp->provider->mediasize; in vdev_geom_io_start()
Dzvol.c1855 off = bp->bio_offset; in zvol_strategy()