Searched refs:b_upl (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.41.9/bsd/vfs/ |
| H A D | vfs_bio.c | 802 bp->b_upl = upl; in buf_setupl() 844 io_bp->b_upl = bp->b_upl; in buf_clone() 1142 return bp->b_upl; in buf_upl() 1185 kret = ubc_upl_map(bp->b_upl, &vaddr); /* Map it in */ in buf_map_range_internal() 1190 …kret = ubc_upl_map_range(bp->b_upl, bp->b_uploffset, bp->b_bcount, prot, &vaddr); /* Map it in … in buf_map_range_internal() 1263 kret = ubc_upl_unmap(bp->b_upl); in buf_unmap_range_internal() 1265 kret = ubc_upl_unmap_range(bp->b_upl, bp->b_uploffset, bp->b_bcount); in buf_unmap_range_internal() 1443 if ((bp->b_upl)) { in buf_strategy() 2783 upl = bp->b_upl; in buf_brelse() 2835 bp->b_upl = NULL; in buf_brelse() [all …]
|
| H A D | vfs_cluster.c | 859 upl = cbp->b_upl; in cluster_iodone() 898 cbp_head->b_upl, in cluster_iodone() 2492 …return cluster_io(bp->b_vp, bp->b_upl, 0, f_offset, bp->b_bcount, flags, bp, (struct clios *)NULL,… in cluster_bp_ext()
|
| /xnu-10002.41.9/bsd/dev/dtrace/scripts/ |
| H A D | io.d | 125 fi_offset = B->b_upl == NULL ? -1 : ((upl_t)B->b_upl)->u_offset;
|
| /xnu-10002.41.9/bsd/sys/ |
| H A D | buf_internal.h | 124 void * b_upl; /* Pointer to UPL */ member
|
| /xnu-10002.41.9/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 2533 io_tier = upl_get_cached_tier(bp->b_upl); in spec_strategy()
|
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | memory.py | 4420 buf.b_rcred, buf.b_wcred, buf.b_upl, buf.b_real_bp, buf.b_act, buf.b_drvdata,
|