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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h130 #define b_uploffset b_bufsize macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c502 bp->b_uploffset = offset;
519 if (io_offset && ((bp->b_uploffset + io_offset) & PAGE_MASK))
522 if (((bp->b_uploffset + io_offset + io_size) & PAGE_MASK) && ((io_offset + io_size) < bp->b_bcount))
536 io_bp->b_uploffset = bp->b_uploffset + io_offset;
651 return ((uint32_t)(bp->b_uploffset));
692 vaddr += bp->b_uploffset;
H A Dvfs_cluster.c526 upl_offset = cbp->b_uploffset;
552 transaction_size = cbp->b_uploffset + cbp->b_bcount - upl_offset;
1405 upl_offset = cbp_head->b_uploffset;

Completed in 72 milliseconds