Searched refs:b_bcount (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c559 return (bp->b_bcount);
565 bp->b_bcount = bcount;
689 if ((unsigned)(io_offset + io_size) > (unsigned)bp->b_bcount)
696 if (((bp->b_uploffset + io_offset + io_size) & PAGE_MASK) && ((io_offset + io_size) < bp->b_bcount))
714 io_bp->b_bcount = io_size;
770 io_bp->b_bcount = bp->b_bcount;
805 io_bp->b_bcount = bp->b_bcount;
809 allocbuf(io_bp, bp->b_bcount);
[all...]
H A Dvfs_cluster.c611 cbp_head, bp->b_lblkno, bp->b_bcount, bp->b_flags, 0);
632 cbp_head, cbp, cbp->b_bcount, cbp->b_flags, 0);
675 total_size += cbp->b_bcount;
686 transaction_size = cbp->b_uploffset + cbp->b_bcount - upl_offset;
700 cbp_head->b_bcount = transaction_size;
1191 cbp->b_bcount &= ~PAGE_MASK;
1193 if (cbp->b_bcount == 0) {
1472 cbp->b_bcount = io_size;
1601 size += cbp->b_bcount;
1602 io_size += cbp->b_bcount;
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h108 int b_bcount; /* Valid bytes in buffer. */ member in struct:buf

Completed in 46 milliseconds