Searched refs:b_upl (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_bio.c | 797 bp->b_upl = upl; in buf_setupl() 839 io_bp->b_upl = bp->b_upl; in buf_clone() 1137 return bp->b_upl; in buf_upl() 1179 kret = ubc_upl_map(bp->b_upl, &vaddr); /* Map it in */ in buf_map_range_internal() 1184 …kret = ubc_upl_map_range(bp->b_upl, bp->b_uploffset, bp->b_bcount, VM_PROT_DEFAULT, &vaddr); /*… in buf_map_range_internal() 1244 kret = ubc_upl_unmap(bp->b_upl); in buf_unmap_range_internal() 1246 kret = ubc_upl_unmap_range(bp->b_upl, bp->b_uploffset, bp->b_bcount); in buf_unmap_range_internal() 1424 if ((bp->b_upl)) { in buf_strategy() 2762 upl = bp->b_upl; in buf_brelse() 2814 bp->b_upl = NULL; in buf_brelse() [all …]
|
| H A D | vfs_cluster.c | 800 upl = cbp->b_upl; in cluster_iodone() 839 cbp_head->b_upl, in cluster_iodone() 2410 …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-8020.140.41/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-8020.140.41/bsd/sys/ |
| H A D | buf_internal.h | 124 void * b_upl; /* Pointer to UPL */ member
|
| /xnu-8020.140.41/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 2481 io_tier = upl_get_cached_tier(bp->b_upl); in spec_strategy()
|
| /xnu-8020.140.41/tools/lldbmacros/ |
| H A D | memory.py | 4177 buf.b_rcred, buf.b_wcred, buf.b_upl, buf.b_real_bp, buf.b_act, buf.b_drvdata,
|