Lines Matching refs:b_bcount
713 * Unlike VREG files, whos buffer size ( bp->b_bcount ) is
988 wouldcommit += bp->b_bcount;
1581 io.iov_len = uiop->uio_resid = bp->b_bcount;
1601 int nread = bp->b_bcount - uiop->uio_resid;
1640 if (error == 0 && uiop->uio_resid == bp->b_bcount)
1715 && bp->b_dirtyend == bp->b_bcount)
1831 if (bp->b_dirtyoff > bp->b_bcount)
1832 bp->b_dirtyoff = bp->b_bcount;
1833 if (bp->b_dirtyend > bp->b_bcount)
1834 bp->b_dirtyend = bp->b_bcount;