Home
last modified time | relevance | path

Searched refs:BIO_WRITE (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_disk.c54 case BIO_WRITE: printf("cmd=write "); break; in disk_err()
270 if (bp->bio_cmd != BIO_READ && bp->bio_cmd != BIO_WRITE && in bioq_disksort()
H A Dkern_physio.c143 bp->bio_cmd = BIO_WRITE; in physio()
H A Dsubr_devstat.c374 else if (bp->bio_cmd == BIO_WRITE) in devstat_end_transaction_bio_bt()
H A Dvfs_bio.c2280 bp->b_iocmd = BIO_WRITE; in bufwrite()
2477 bp->b_iocmd = BIO_WRITE; in bdirty()
2656 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse()
2668 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse()
4468 if (bp->b_iocmd == BIO_WRITE) in bufdone()
H A Dvfs_cluster.c1017 tbp->b_iocmd = BIO_WRITE; in cluster_wbuild()
H A Dvfs_aio.c1240 bio_cmd = (opcode & LIO_WRITE) ? BIO_WRITE : BIO_READ; in aio_qbio()
/f-stack/freebsd/sys/
H A Dbio.h48 #define BIO_WRITE 0x02 /* Write I/O data */ macro
/f-stack/freebsd/mips/cavium/
H A Docteon_ebt3000_cf.c231 case BIO_WRITE: in cf_start()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c625 case BIO_WRITE: in zvol_geom_bio_strategy()
721 case BIO_WRITE: in zvol_geom_bio_strategy()
H A Dvdev_geom.c1131 bp->bio_cmd = BIO_WRITE; in vdev_geom_io_start()
/f-stack/freebsd/vm/
H A Dswap_pager.c1530 bp->b_iocmd = BIO_WRITE; in swap_pager_putpages()
2827 if (bp->b_iocmd == BIO_WRITE) in swapgeom_strategy()
2990 if (bp->b_iocmd == BIO_WRITE) { in swapdev_strategy()