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

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dio.d56 size_t b_bcount; /* number of bytes */
71 b_bcount = B->b_bcount;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c575 return (bp->b_bcount);
581 bp->b_bcount = bcount;
705 if ((unsigned)(io_offset + io_size) > (unsigned)bp->b_bcount)
712 if (((bp->b_uploffset + io_offset + io_size) & PAGE_MASK) && ((io_offset + io_size) < bp->b_bcount))
730 io_bp->b_bcount = io_size;
786 io_bp->b_bcount = bp->b_bcount;
821 io_bp->b_bcount = bp->b_bcount;
825 allocbuf(io_bp, bp->b_bcount);
[all...]
H A Dvfs_cluster.c575 cbp_head, bp->b_lblkno, bp->b_bcount, bp->b_flags, 0);
596 cbp_head, cbp, cbp->b_bcount, cbp->b_flags, 0);
640 total_size += cbp->b_bcount;
651 transaction_size = cbp->b_uploffset + cbp->b_bcount - upl_offset;
665 cbp_head->b_bcount = transaction_size;
1163 cbp->b_bcount &= ~PAGE_MASK;
1165 if (cbp->b_bcount == 0) {
1444 cbp->b_bcount = io_size;
1573 size += cbp->b_bcount;
1574 io_size += cbp->b_bcount;
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h108 int b_bcount; /* Valid bytes in buffer. */ member in struct:buf

Completed in 33 milliseconds