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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c308 buf_reassign(bp, bp->b_vp);
457 return (bp->b_vp);
463 bp->b_vp = vp;
525 io_bp = alloc_io_buf(bp->b_vp, 0);
858 vnode_t vp = bp->b_vp;
863 panic("buf_strategy: b_vp == NULL || vtype == VCHR | VBLK\n");
1225 if ((bp->b_vp == vp) || (wait == 0))
1365 if (bp->b_vp != vp)
1391 bp->b_vp = (vnode_t)NULL;
1727 vnode_t vp = bp->b_vp;
[all...]
H A Dvfs_cluster.c1753 f_offset = ubc_blktooff(bp->b_vp, bp->b_lblkno);
1755 return (cluster_io(bp->b_vp, bp->b_upl, 0, f_offset, bp->b_bcount, flags, bp, (struct clios *)NULL, callback, callback_arg));
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h105 vnode_t b_vp; /* File vnode for data, device vnode for metadata. */ member in struct:buf

Completed in 44 milliseconds