Home
last modified time | relevance | path

Searched refs:BIO_READ (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_disk.c53 case BIO_READ: printf("cmd=read "); break; in disk_err()
270 if (bp->bio_cmd != BIO_READ && bp->bio_cmd != BIO_WRITE && in bioq_disksort()
H A Dvfs_cluster.c243 bp->b_iocmd = BIO_READ; in cluster_read()
304 rbp->b_iocmd = BIO_READ; in cluster_read()
373 tbp->b_iocmd = BIO_READ; in cluster_rbuild()
379 tbp->b_iocmd = BIO_READ; in cluster_rbuild()
404 bp->b_iocmd = BIO_READ; in cluster_rbuild()
500 tbp->b_iocmd = BIO_READ; in cluster_rbuild()
H A Dkern_physio.c140 bp->bio_cmd = BIO_READ; in physio()
H A Dsubr_devstat.c370 else if ((bp->bio_cmd == BIO_READ) in devstat_end_transaction_bio_bt()
H A Dvfs_bio.c2124 rabp->b_iocmd = BIO_READ; in breada()
2190 bp->b_iocmd = BIO_READ; in breadn_flags()
2747 (bp->b_ioflags & BIO_ERROR && bp->b_iocmd == BIO_READ)) && in brelse()
2921 } else if ((bp->b_iocmd == BIO_READ) && resid > 0) { in vfs_vmio_iodone()
4421 if (bp->b_iocmd == BIO_READ) in bufwait()
4485 if (bp->b_iocmd == BIO_READ && in bufdone()
4494 KASSERT(bp->b_iocmd == BIO_READ, in bufdone()
4955 if (bp->b_iocmd == BIO_READ) in vmapbuf()
H A Dvfs_aio.c1240 bio_cmd = (opcode & LIO_WRITE) ? BIO_WRITE : BIO_READ; in aio_qbio()
/f-stack/freebsd/sys/
H A Dbio.h47 #define BIO_READ 0x01 /* Read I/O data */ macro
/f-stack/freebsd/vm/
H A Dswap_pager.c1325 bp->b_iocmd = BIO_READ; in swap_pager_getpages_locked()
1617 ((bp->b_iocmd == BIO_READ) ? "pagein" : "pageout"), in swp_pager_async_iodone()
1664 if (bp->b_iocmd == BIO_READ) { in swp_pager_async_iodone()
1683 } else if (bp->b_iocmd == BIO_READ) { in swp_pager_async_iodone()
1747 uma_zfree((bp->b_iocmd == BIO_READ) ? swrbuf_zone : swwbuf_zone, bp); in swp_pager_async_iodone()
H A Dvnode_pager.c610 bp->b_iocmd = BIO_READ; in vnode_pager_input_smlfs()
1058 bp->b_iocmd = BIO_READ; in vnode_pager_generic_getpages()
/f-stack/freebsd/mips/cavium/
H A Docteon_ebt3000_cf.c227 case BIO_READ: in cf_start()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c465 cmds[l] = BIO_READ; in vdev_geom_read_config()
1127 bp->bio_cmd = BIO_READ; in vdev_geom_io_start()
H A Dzvol_os.c622 case BIO_READ: in zvol_geom_bio_strategy()
717 case BIO_READ: in zvol_geom_bio_strategy()