Home
last modified time | relevance | path

Searched refs:bio_error (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dbio.h100 int bio_error; /* Errno for BIO_ERROR. */ member
/f-stack/freebsd/kern/
H A Dkern_physio.c200 error = bp->bio_error; in physio()
H A Dvfs_aio.c2464 int bio_error = bp->bio_error; in aio_biowakeup() local
2480 atomic_set_int(&job->error, bio_error); in aio_biowakeup()
H A Dvfs_bio.c4382 if (bp->bio_error != 0) in biowait()
4383 return (bp->bio_error); in biowait()
4394 bp->bio_error = error; in biofinish()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c1013 zio->io_error = bp->bio_error; in vdev_geom_io_intr()
/f-stack/freebsd/vm/
H A Dswap_pager.c2797 if (bp2->bio_error) in swapgeom_done()
2800 bp->b_error = bp2->bio_error; in swapgeom_done()