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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h150 #define b_uploffset b_bufsize macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c676 bp->b_uploffset = offset;
693 if (io_offset && ((bp->b_uploffset + io_offset) & PAGE_MASK))
696 if (((bp->b_uploffset + io_offset + io_size) & PAGE_MASK) && ((io_offset + io_size) < bp->b_bcount))
710 io_bp->b_uploffset = bp->b_uploffset + io_offset;
989 return ((uint32_t)(bp->b_uploffset));
1030 vaddr += bp->b_uploffset;
H A Dvfs_cluster.c660 upl_offset = cbp->b_uploffset;
686 transaction_size = cbp->b_uploffset + cbp->b_bcount - upl_offset;
1596 upl_offset = cbp_head->b_uploffset;

Completed in 39 milliseconds