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

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h151 #define b_uploffset b_bufsize macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c692 bp->b_uploffset = offset;
709 if (io_offset && ((bp->b_uploffset + io_offset) & PAGE_MASK))
712 if (((bp->b_uploffset + io_offset + io_size) & PAGE_MASK) && ((io_offset + io_size) < bp->b_bcount))
726 io_bp->b_uploffset = bp->b_uploffset + io_offset;
1005 return ((uint32_t)(bp->b_uploffset));
1046 vaddr += bp->b_uploffset;
H A Dvfs_cluster.c625 upl_offset = cbp->b_uploffset;
651 transaction_size = cbp->b_uploffset + cbp->b_bcount - upl_offset;
1568 upl_offset = cbp_head->b_uploffset;

Completed in 27 milliseconds