Home
last modified time | relevance | path

Searched refs:b_bufsize (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/vfs/
H A Dvfs_bio.c688 return bp->b_bufsize; in buf_size()
908 io_bp->b_bufsize = bp->b_bufsize; in buf_create_shadow_internal()
944 io_bp->b_bufsize = bp->b_bufsize; in buf_create_shadow_internal()
2585 if (bp->b_bufsize) { in buf_free_meta_store()
2590 bp->b_bufsize = 0; in buf_free_meta_store()
3381 bp->b_bufsize, in buf_getblk()
3526 bp->b_bufsize = 0; in recycle_buf_from_pool()
3950 bp->b_bufsize = 0; in bcleanbuf()
4525 bp->b_bufsize = 0; in alloc_io_buf()
4735 bp->b_bufsize, in brecover_data()
[all …]
/xnu-11215/bsd/sys/
H A Dbuf_internal.h113 int b_bufsize; /* Allocated buffer size. */ member
159 #define b_uploffset b_bufsize
/xnu-11215/bsd/dev/dtrace/scripts/
H A Dio.d61 size_t b_bufsize; /* size of allocated buffer */ member
75 b_bufsize = B->b_bufsize;
/xnu-11215/tools/lldbmacros/
H A Dmemory.py4592 buf.b_flags, buf.b_lflags, buf.b_error, buf.b_bufsize, buf.b_bcount, buf.b_resid,