Home
last modified time | relevance | path

Searched refs:bio_flags (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/sys/kern/
HDsubr_disklabel32.c203 bp->b_bio1.bio_flags |= BIO_SYNC; in l32_readdisklabel()
336 bp->b_bio1.bio_flags |= BIO_SYNC; in l32_writedisklabel()
369 bp->b_bio1.bio_flags |= BIO_SYNC; in l32_writedisklabel()
386 bp->b_bio1.bio_flags |= BIO_SYNC; in l32_writedisklabel()
HDsubr_diskgpt.c91 bp1->b_bio1.bio_flags |= BIO_SYNC; in gptinit()
146 bp2->b_bio1.bio_flags |= BIO_SYNC; in gptinit()
HDsubr_disklabel64.c167 bp->b_bio1.bio_flags |= BIO_SYNC; in l64_readdisklabel()
345 bp->b_bio1.bio_flags |= BIO_SYNC; in l64_writedisklabel()
366 bp->b_bio1.bio_flags |= BIO_SYNC; in l64_writedisklabel()
HDvfs_bio.c726 bp->b_bio1.bio_flags = 0; in initbufbio()
733 bp->b_bio2.bio_flags = 0; in initbufbio()
883 bp->b_bio1.bio_flags |= BIO_DONE; in breadcb()
920 bp->b_bio1.bio_flags |= BIO_SYNC; in breadnx()
990 bp->b_bio1.bio_flags |= BIO_SYNC; in bwrite()
3261 flags = bio->bio_flags; in _biowait()
3266 if (atomic_cmpset_int(&bio->bio_flags, flags, nflags)) { in _biowait()
3284 bio->bio_flags &= ~(BIO_DONE | BIO_SYNC); in _biowait()
3385 KKASSERT((bio->bio_flags & BIO_DONE) == 0); in vn_strategy()
3780 flags = bio->bio_flags; in biodone_sync()
[all …]
HDkern_physio.c71 bp->b_bio1.bio_flags |= BIO_SYNC; in physio()
HDsubr_diskmbr.c132 bp->b_bio1.bio_flags |= BIO_SYNC; in mbrinit()
441 bp->b_bio1.bio_flags |= BIO_SYNC; in mbr_extended()
HDkern_device.c383 KKASSERT((bio->bio_flags & BIO_DONE) == 0); in dev_dstrategy()
410 KKASSERT((bio->bio_flags & BIO_DONE) == 0); in dev_dstrategy_chain()
HDvfs_cluster.c396 bp->b_bio1.bio_flags |= BIO_SYNC; in cluster_readx()
543 KKASSERT(reqbp->b_bio1.bio_flags & BIO_SYNC); in cluster_readx()
644 bp->b_bio1.bio_flags |= BIO_DONE; in cluster_readcb()
/dragonfly/sys/sys/
HDbio.h73 int bio_flags; member
/dragonfly/sys/vfs/nfs/
HDnfs_bio.c240 bp->b_bio2.bio_flags |= BIO_SYNC; in nfs_bioread()
271 bp->b_bio2.bio_flags |= BIO_SYNC; in nfs_bioread()
300 bp->b_bio2.bio_flags |= BIO_SYNC; in nfs_bioread()
330 bp->b_bio2.bio_flags |= BIO_SYNC; in nfs_bioread()
687 bp->b_bio2.bio_flags |= BIO_SYNC; in nfs_write()
1323 bio->bio_flags = 0; in nfsiodone_sync()
HDnfs_vnops.c3219 if (bio->bio_flags & BIO_SYNC) in nfs_strategy()
3238 nbio->bio_flags = bio->bio_flags & BIO_SYNC; in nfs_strategy()
3245 if (bio->bio_flags & BIO_SYNC) { in nfs_strategy()
/dragonfly/sys/vfs/ufs/
HDufs_bmap.c208 bp->b_bio1.bio_flags |= BIO_SYNC; in ufs_bmaparray()
HDffs_inode.c510 bp->b_bio1.bio_flags |= BIO_SYNC; in ffs_indirtrunc()
/dragonfly/sys/vfs/ext2fs/
HDext2_bmap.c136 bp->b_bio1.bio_flags |= BIO_SYNC; in readindir()
HDext2_inode.c159 bp->b_bio1.bio_flags |= BIO_SYNC; in ext2_indirtrunc()
/dragonfly/sys/vfs/hammer/
HDhammer_io.c1644 if ((bio->bio_flags & BIO_DONE) == 0) in hammer_indirect_callback()
1646 bio->bio_flags &= ~(BIO_DONE | BIO_SYNC); in hammer_indirect_callback()
2002 bp->b_bio1.bio_flags |= BIO_SYNC; in hammer_io_flush_sync()
/dragonfly/sys/vfs/smbfs/
HDsmbfs_vnops.c803 if (bio->bio_flags & BIO_SYNC) in smbfs_strategy()
806 if (bio->bio_flags & BIO_SYNC) in smbfs_strategy()
/dragonfly/sys/dev/raid/vinum/
HDvinumrevive.c153 bp->b_bio1.bio_flags |= BIO_SYNC; in revive_block()
HDvinumio.c287 bp->b_bio1.bio_flags |= BIO_SYNC; in driveio()
HDvinumrequest.c948 sbp->b.b_bio1.bio_flags |= BIO_SYNC; in sdio()
/dragonfly/sys/vfs/hammer2/
HDhammer2_flush.c1495 bp->b_bio1.bio_flags |= BIO_SYNC; in hammer2_xop_inode_flush()
/dragonfly/sys/vm/
HDswap_pager.c1786 bio->bio_flags |= BIO_SYNC; in swap_pager_putpages()
/dragonfly/sys/dev/disk/fd/
HDfd.c2269 bp->b_bio1.bio_flags |= BIO_SYNC; in fdformat()
/dragonfly/sys/bus/cam/scsi/
HDscsi_da.c469 bp->b_bio1.bio_flags |= BIO_SYNC; in daioctl()
/dragonfly/sys/vfs/devfs/
HDdevfs_vnops.c2040 bp->b_bio1.bio_flags |= BIO_SYNC; in devfs_spec_freeblks()

12