Home
last modified time | relevance | path

Searched refs:biowait (Results 1 – 21 of 21) sorted by relevance

/dragonfly/sys/dev/raid/vinum/
HDvinumrevive.c167 biowait(&bp->b_bio1, "drvrd"); in revive_block()
183 biowait(&bp->b_bio1, "drvwr"); in revive_block()
296 biowait(&pbp->b_bio1, "drvwr"); in parityops()
444 biowait(&bpp[sdno]->b_bio1, "drvio"); in parityrebuild()
536 biowait(&bp->b_bio1, "drvwr"); in initsd()
548 biowait(&bp->b_bio1, "drvrd"); in initsd()
HDvinumio.c292 error = biowait(&bp->b_bio1, (cmd == BUF_CMD_READ ? "drvrd" : "drvwr")); in driveio()
/dragonfly/sys/kern/
HDsubr_disklabel32.c209 if (biowait(&bp->b_bio1, "labrd")) in l32_readdisklabel()
352 error = biowait(&bp->b_bio1, "labrd"); in l32_writedisklabel()
372 error = biowait(&bp->b_bio1, "labwr"); in l32_writedisklabel()
388 error = biowait(&bp->b_bio1, "labwr"); in l32_writedisklabel()
HDsubr_diskgpt.c96 if (biowait(&bp1->b_bio1, "gptrd") != 0) { in gptinit()
151 if (biowait(&bp2->b_bio1, "gptrd") != 0) { in gptinit()
HDsubr_disklabel64.c174 if (biowait(&bp->b_bio1, "labrd")) { in l64_readdisklabel()
357 error = biowait(&bp->b_bio1, "labrd"); in l64_writedisklabel()
369 error = biowait(&bp->b_bio1, "labwr"); in l64_writedisklabel()
HDkern_physio.c110 biowait(&bp->b_bio1, "physstr"); in physio()
HDsubr_diskmbr.c137 if (biowait(&bp->b_bio1, "mbrrd") != 0) { in mbrinit()
446 if (biowait(&bp->b_bio1, "mbrrd") != 0) { in mbr_extended()
HDvfs_bio.c944 rv = biowait(&bp->b_bio1, "biord"); in breadnx()
999 error = biowait(&bp->b_bio1, "biows"); in bwrite()
3293 biowait(struct bio *bio, const char *wmesg) in biowait() function
HDvfs_cluster.c544 error = biowait(&reqbp->b_bio1, "clurd"); in cluster_readx()
/dragonfly/sys/sys/
HDbuf.h464 int biowait (struct bio *, const char *);
/dragonfly/sys/vfs/ufs/
HDufs_bmap.c214 error = biowait(&bp->b_bio1, "biord"); in ufs_bmaparray()
HDffs_inode.c523 error = biowait(&bp->b_bio1, "biord"); in ffs_indirtrunc()
/dragonfly/sys/vfs/ext2fs/
HDext2_bmap.c149 error = biowait(&bp->b_bio1, "biord"); in readindir()
HDext2_inode.c162 error = biowait(&bp->b_bio1, "biord"); in ext2_indirtrunc()
/dragonfly/sys/vfs/hammer2/
HDhammer2_flush.c1497 fsync_error = biowait(&bp->b_bio1, "h2vol"); in hammer2_xop_inode_flush()
/dragonfly/sys/vfs/hammer/
HDhammer_io.c2009 biowait(&bp->b_bio1, "hmrFLS"); in hammer_io_flush_sync()
/dragonfly/sys/vfs/nfs/
HDnfs_bio.c1074 error = biowait(&bio->bio_buf->b_bio1, "nfsrsw"); in nfs_doio()
/dragonfly/sys/vm/
HDswap_pager.c1788 biowait(bio, "swwrt"); in swap_pager_putpages()
/dragonfly/sys/bus/cam/scsi/
HDscsi_da.c474 if (biowait(&bp->b_bio1, "TRIM")) { in daioctl()
/dragonfly/sys/vfs/devfs/
HDdevfs_vnops.c2045 biowait(&bp->b_bio1, "TRIM"); in devfs_spec_freeblks()
/dragonfly/sys/dev/disk/nata/
HData-raid.c901 if (biowait(&dbuf.b_bio1, "dumpw")) { in ata_raid_dump()