Searched refs:b_upl (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_bio.c | 705 upl = bp->b_upl; in buf_verifyptr_with_size() 965 bp->b_upl = upl; in buf_setupl() 1007 io_bp->b_upl = bp->b_upl; in buf_clone() 1311 return bp->b_upl; in buf_upl() 1354 kret = ubc_upl_map(bp->b_upl, &vaddr); /* Map it in */ in buf_map_range_internal() 1359 upl_t upl = bp->b_upl; in buf_map_range_internal() 1437 kret = ubc_upl_unmap(bp->b_upl); in buf_unmap_range_internal() 1439 kret = ubc_upl_unmap_range(bp->b_upl, bp->b_uploffset, bp->b_bcount); in buf_unmap_range_internal() 1440 upl_clear_map_exclusive(bp->b_upl); in buf_unmap_range_internal() 1618 if ((bp->b_upl)) { in buf_strategy() [all …]
|
| H A D | vfs_cluster.c | 1135 upl = cbp->b_upl; in cluster_iodone_finish() 1170 cbp_head->b_upl, in cluster_iodone_finish() 2973 …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-12377.81.4/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-12377.81.4/bsd/sys/ |
| H A D | buf_internal.h | 128 void * b_upl; /* Pointer to UPL */ member
|
| /xnu-12377.81.4/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 2605 io_tier = upl_get_cached_tier(bp->b_upl); in spec_strategy()
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | memory.py | 4708 buf.b_rcred, buf.b_wcred, buf.b_upl, buf.b_real_bp, buf.b_act, buf.b_drvdata,
|