Searched refs:b_upl (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.121.6/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() 1148 return bp->b_upl; in buf_upl() 1191 kret = ubc_upl_map(bp->b_upl, &vaddr); /* Map it in */ in buf_map_range_internal() 1196 upl_t upl = bp->b_upl; in buf_map_range_internal() 1274 kret = ubc_upl_unmap(bp->b_upl); in buf_unmap_range_internal() 1276 kret = ubc_upl_unmap_range(bp->b_upl, bp->b_uploffset, bp->b_bcount); in buf_unmap_range_internal() 1277 upl_clear_map_exclusive(bp->b_upl); in buf_unmap_range_internal() 1455 if ((bp->b_upl)) { in buf_strategy() 2789 upl = bp->b_upl; in buf_brelse() [all …]
|
| H A D | vfs_cluster.c | 1028 upl = cbp->b_upl; in cluster_iodone_finish() 1063 cbp_head->b_upl, in cluster_iodone_finish() 2770 …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-11417.121.6/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-11417.121.6/bsd/sys/ |
| H A D | buf_internal.h | 124 void * b_upl; /* Pointer to UPL */ member
|
| /xnu-11417.121.6/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 2550 io_tier = upl_get_cached_tier(bp->b_upl); in spec_strategy()
|
| /xnu-11417.121.6/tools/lldbmacros/ |
| H A D | memory.py | 4745 buf.b_rcred, buf.b_wcred, buf.b_upl, buf.b_real_bp, buf.b_act, buf.b_drvdata,
|