Searched refs:b_bufsize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h97 long b_bufsize; /* Allocated buffer size. */ member in struct:buf
130 #define b_uploffset b_bufsize
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c397 return (bp->b_bufsize);
403 bp->b_bufsize = bufsize;
802 io_bp->b_bufsize = io_contig_bytes;
1961 trace(TR_BRELSE, pack(bp->b_vp, bp->b_bufsize), bp->b_lblkno);
1990 if ( !ISSET(bp->b_flags, B_META) && UBCINFOEXISTS(bp->b_vp) && bp->b_bufsize) {
1998 bp->b_bufsize,
2032 ubc_upl_commit_range(upl, 0, bp->b_bufsize, upl_flags |
2053 if ((bp->b_bufsize <= 0) || ISSET(bp->b_flags, B_INVAL)) {
2063 if (bp->b_bufsize) {
2067 z = getbufzone(bp->b_bufsize);
[all...]

Completed in 31 milliseconds