/freebsd/sys/fs/fuse/ |
H A D | fuse_io.c | 593 bp->b_iocmd = BIO_READ; in fuse_write_biobackend() 754 MPASS(bp->b_iocmd == BIO_READ || bp->b_iocmd == BIO_WRITE); in fuse_io_strategy() 756 fflag = bp->b_iocmd == BIO_READ ? FREAD : FWRITE; in fuse_io_strategy() 757 cred = bp->b_iocmd == BIO_READ ? bp->b_rcred : bp->b_wcred; in fuse_io_strategy() 759 if (bp->b_iocmd == BIO_READ && error == EBADF) { in fuse_io_strategy() 790 if (bp->b_iocmd == BIO_READ) { in fuse_io_strategy()
|
/freebsd/sys/kern/ |
H A D | vfs_cluster.c | 230 bp->b_iocmd = BIO_READ; in cluster_read() 291 rbp->b_iocmd = BIO_READ; in cluster_read() 360 tbp->b_iocmd = BIO_READ; in cluster_rbuild() 366 tbp->b_iocmd = BIO_READ; in cluster_rbuild() 391 bp->b_iocmd = BIO_READ; in cluster_rbuild() 487 tbp->b_iocmd = BIO_READ; in cluster_rbuild() 1010 tbp->b_iocmd = BIO_WRITE; in cluster_wbuild()
|
H A D | vfs_bio.c | 2205 rabp->b_iocmd = BIO_READ; in breada() 2271 bp->b_iocmd = BIO_READ; in breadn_flags() 2358 bp->b_iocmd = BIO_WRITE; in bufwrite() 2554 bp->b_iocmd = BIO_WRITE; in bdirty() 2733 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse() 2745 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse() 2824 (bp->b_ioflags & BIO_ERROR && bp->b_iocmd == BIO_READ)) && in brelse() 2998 } else if ((bp->b_iocmd == BIO_READ) && resid > 0) { in vfs_vmio_iodone() 4563 if (bp->b_iocmd == BIO_READ) in bufwait() 4610 if (bp->b_iocmd == BIO_WRITE) in bufdone() [all …]
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clnfsiod.c | 296 if (bp->b_iocmd == BIO_READ) in nfssvc_iod()
|
H A D | nfs_clbio.c | 515 rabp->b_iocmd = BIO_READ; in ncl_bioread() 553 bp->b_iocmd = BIO_READ; in ncl_bioread() 584 bp->b_iocmd = BIO_READ; in ncl_bioread() 616 bp->b_iocmd = BIO_READ; in ncl_bioread() 653 bp->b_iocmd = BIO_READ; in ncl_bioread() 698 rabp->b_iocmd = BIO_READ; in ncl_bioread() 1116 bp->b_iocmd = BIO_READ; in ncl_write() 1424 if ((bp->b_iocmd == BIO_WRITE && (bp->b_flags & B_NEEDCOMMIT) && in ncl_asyncio() 1516 if (bp->b_iocmd == BIO_READ) { 1579 iocmd = bp->b_iocmd; in ncl_doio() [all...] |
H A D | nfs_clvnops.c | 2862 if (bp->b_iocmd == BIO_READ) in nfs_strategy()
|
/freebsd/sys/vm/ |
H A D | swap_pager.c | 1412 bp->b_iocmd = BIO_READ; in swap_pager_getpages_locked() 1608 bp->b_iocmd = BIO_WRITE; in swap_pager_putpages() 1695 ((bp->b_iocmd == BIO_READ) ? "pagein" : "pageout"), in swp_pager_async_iodone() 1742 if (bp->b_iocmd == BIO_READ) { in swp_pager_async_iodone() 1764 } else if (bp->b_iocmd == BIO_READ) { in swp_pager_async_iodone() 1828 uma_zfree((bp->b_iocmd == BIO_READ) ? swrbuf_zone : swwbuf_zone, bp); in swp_pager_async_iodone() 3170 if (bp->b_iocmd == BIO_WRITE) in swapgeom_strategy() 3188 bio->bio_cmd = bp->b_iocmd; in swapgeom_strategy() 3333 if (bp->b_iocmd == BIO_WRITE) { in swapdev_strategy()
|
H A D | vnode_pager.c | 708 bp->b_iocmd = BIO_READ; in vnode_pager_input_smlfs() 1102 bp->b_iocmd = BIO_READ; in vnode_pager_generic_getpages()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_rawread.c | 207 bp->b_iocmd = BIO_READ; in ffs_rawread_readahead()
|
H A D | ffs_vfsops.c | 2356 if (bp->b_iocmd == BIO_WRITE) { in ffs_geom_strategy() 2430 if (bp->b_iocmd != BIO_READ && ffs_enxio_enable) in ffs_geom_strategy()
|
H A D | ffs_snapshot.c | 2535 bp->b_iocmd = BIO_READ; in readblock()
|
H A D | ffs_alloc.c | 2584 bp->b_iocmd = BIO_DELETE; in ffs_blkfree_sendtrim()
|
H A D | ffs_softdep.c | 1577 bp->b_iocmd = BIO_SPEEDUP; in softdep_send_speedup() 10234 if (bp->b_iocmd != BIO_WRITE) in softdep_disk_io_initiation()
|
/freebsd/sys/fs/p9fs/ |
H A D | p9fs_vnops.c | 1884 if (bp->b_iocmd == BIO_READ) { in p9fs_doio() 2015 P9_DEBUG(VOPS, "%s: vp %p, iocmd %d\n ", __func__, vp, bp->b_iocmd); in p9fs_strategy() 2017 if (bp->b_iocmd == BIO_READ) in p9fs_strategy() 2022 error = p9fs_get_open_fid(vp, bp->b_iocmd == BIO_READ ? FREAD : FWRITE, cr, &ostate); in p9fs_strategy()
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_bmap.c | 171 bp->b_iocmd = BIO_READ; in readindir()
|
H A D | ext2_inode.c | 154 bp->b_iocmd = BIO_READ; in ext2_indirtrunc()
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_bmap.c | 116 bp->b_iocmd = BIO_READ; in readindir()
|
/freebsd/sys/sys/ |
H A D | buf.h | 102 uint16_t b_iocmd; /* BIO_* bio_cmd from bio.h */ member
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_ctrlr.c | 1275 buf->b_iocmd = pt->is_read ? BIO_READ : BIO_WRITE; in nvme_ctrlr_passthrough_cmd() 1366 buf->b_iocmd = npc->opcode & 1 ? BIO_WRITE : BIO_READ; in nvme_ctrlr_linux_passthru_cmd()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_io.c | 327 if (bp->b_iocmd == BIO_READ) { in smbfs_doio()
|
H A D | smbfs_vnops.c | 831 if (bp->b_iocmd == BIO_READ) in smbfs_strategy()
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_vnops.c | 628 MPASS(bp->b_iocmd == BIO_READ); in tarfs_strategy()
|
/freebsd/sys/cam/ |
H A D | cam_periph.c | 963 mapinfo->bp[i]->b_iocmd = (dirs[i] == CAM_DIR_OUT) ? in cam_periph_mapmem()
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vnops.c | 2348 if (ap->a_bp->b_iocmd == BIO_WRITE && vp == unp->un_lowervp) in unionfs_strategy()
|