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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h118 void * b_upl; /* Pointer to UPL */ member in struct:buf
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c675 bp->b_upl = upl;
709 io_bp->b_upl = bp->b_upl;
983 return (bp->b_upl);
1023 kret = ubc_upl_map(bp->b_upl, &vaddr); /* Map it in */
1067 kret = ubc_upl_unmap(bp->b_upl);
1221 if ( (bp->b_upl) ) {
2581 upl = bp->b_upl;
2628 bp->b_upl = NULL;
2941 if ( (bp->b_upl) )
[all...]
H A Dvfs_cluster.c661 upl = cbp->b_upl;
1963 return (cluster_io(bp->b_vp, bp->b_upl, 0, f_offset, bp->b_bcount, flags, bp, (struct clios *)NULL, callback, callback_arg));

Completed in 38 milliseconds