Home
last modified time | relevance | path

Searched refs:b_upl (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.121.6/bsd/vfs/
H A Dvfs_bio.c802 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 Dvfs_cluster.c1028 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 Dio.d125 fi_offset = B->b_upl == NULL ? -1 : ((upl_t)B->b_upl)->u_offset;
/xnu-11417.121.6/bsd/sys/
H A Dbuf_internal.h124 void * b_upl; /* Pointer to UPL */ member
/xnu-11417.121.6/bsd/miscfs/specfs/
H A Dspec_vnops.c2550 io_tier = upl_get_cached_tier(bp->b_upl); in spec_strategy()
/xnu-11417.121.6/tools/lldbmacros/
H A Dmemory.py4745 buf.b_rcred, buf.b_wcred, buf.b_upl, buf.b_real_bp, buf.b_act, buf.b_drvdata,