HomeSort by: relevance | last modified time | path
    Searched refs:BIO_WRITE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ieee1394/
firewirereg.h 325 #define BIO_WRITE B_WRITE
  /src/sys/fs/nfs/client/
nfs_clnfsiod.c 297 KASSERT((bp->b_iocmd == BIO_WRITE), ("nfscvs_iod: BIO_WRITE not set"));
nfs_clbio.c 802 bp->b_iocmd = BIO_WRITE;
1396 if ((bp->b_iocmd == BIO_WRITE && (bp->b_flags & B_NEEDCOMMIT) &&
1501 if ((bp->b_flags & B_DIRECT) && bp->b_iocmd == BIO_WRITE) {
1535 if ((bp->b_flags & B_DIRECT) && bp->b_iocmd == BIO_WRITE) {
nfs_clvnops.c 3184 bp->b_iocmd = BIO_WRITE;

Completed in 17 milliseconds