Searched refs:b_vp (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c343 buf_reassign(bp, bp->b_vp);
355 buf_reassign(bp, bp->b_vp);
631 return (bp->b_vp);
637 bp->b_vp = vp;
699 io_bp = alloc_io_buf(bp->b_vp, 0);
758 io_bp = alloc_io_buf(bp->b_vp, priv);
1194 vnode_t vp = bp->b_vp;
1206 panic("buf_strategy: b_vp == NULL || vtype == VCHR | VBLK\n");
1290 if ((error = VNOP_BLKTOOFF(bp->b_vp, bp->b_lblkno, &f_offset)))
1669 if ((bp->b_vp
[all...]
H A Dvfs_cluster.c1961 f_offset = ubc_blktooff(bp->b_vp, bp->b_lblkno);
1963 return (cluster_io(bp->b_vp, bp->b_upl, 0, f_offset, bp->b_bcount, flags, bp, (struct clios *)NULL, callback, callback_arg));
/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h115 vnode_t b_vp; /* File vnode for data, device vnode for metadata. */ member in struct:buf

Completed in 87 milliseconds