Home
last modified time | relevance | path

Searched refs:b_vp (Results 1 – 23 of 23) sorted by relevance

/mirbsd/src/sys/kern/
Dvfs_bio.c324 if (!async && bp->b_vp && bp->b_vp->v_mount && in bwrite()
325 ISSET(bp->b_vp->v_mount->mnt_flag, MNT_ASYNC)) { in bwrite()
335 if ((vp = bp->b_vp) != NULL) { in bwrite()
366 bp->b_vp->v_numoutput++; in bwrite()
508 if (bp->b_vp) in brelse()
582 if (bp->b_lblkno == blkno && bp->b_vp == vp && in incore()
618 if (bp->b_lblkno != blkno || bp->b_vp != vp) in getblk()
825 if (bp->b_vp) in getnewbuf()
975 vwakeup(bp->b_vp); in biodone()
Dvfs_subr.c2115 if (bp->b_vp == vp || sync == 0)
2147 if (bp->b_vp)
2150 bp->b_vp = vp;
2174 if ((vp = bp->b_vp) == (struct vnode *) 0)
2186 bp->b_vp = (struct vnode *) 0;
2223 struct vnode *oldvp = bp->b_vp;
2252 struct vnode *vp = bp->b_vp;
Dkern_physio.c284 if (bp->b_vp)
Dvfs_cluster.c493 vp = bp->b_vp;
718 ++tbp->b_vp->v_numoutput;
Dvnode_if.c1223 return (VCALL(bp->b_vp, VOFFSET(vop_strategy), &a));
1247 return (VCALL(bp->b_vp, VOFFSET(vop_bwrite), &a));
/mirbsd/src/sys/dev/raidframe/
Drf_kintf.h52 int raidmarkclean(dev_t dev, struct vnode *b_vp, int);
53 int raidmarkdirty(dev_t dev, struct vnode *b_vp, int);
Drf_openbsdkintf.c1983 raidbp->rf_buf.b_vp->v_numoutput++; in rf_DispatchKernelIO()
2085 struct vnode *b_vp, in rf_InitBP() argument
2111 bp->b_vp = b_vp; in rf_InitBP()
2311 raidmarkclean(dev_t dev, struct vnode *b_vp, int mod_counter) in raidmarkclean() argument
2314 raidread_component_label(dev, b_vp, &clabel); in raidmarkclean()
2317 raidwrite_component_label(dev, b_vp, &clabel); in raidmarkclean()
2323 raidmarkdirty(dev_t dev, struct vnode *b_vp, int mod_counter) in raidmarkdirty() argument
2326 raidread_component_label(dev, b_vp, &clabel); in raidmarkdirty()
2329 raidwrite_component_label(dev, b_vp, &clabel); in raidmarkdirty()
2335 raidread_component_label(dev_t dev, struct vnode *b_vp, in raidread_component_label() argument
[all …]
/mirbsd/src/sys/ufs/ext2fs/
Dext2fs_subr.c97 ep->b_vp == NULLVP)
99 if (VOP_BMAP(ep->b_vp, (daddr_t)0, &vp, (daddr_t)0, NULL))
/mirbsd/src/sys/miscfs/deadfs/
Ddead_vnops.c258 if (ap->a_bp->b_vp == NULL || !chkvnlock(ap->a_bp->b_vp)) {
/mirbsd/src/sys/ufs/ffs/
Dffs_subr.c141 ep->b_vp == NULLVP)
143 if (VOP_BMAP(ep->b_vp, (daddr_t)0, &vp, (daddr_t)0, NULL))
Dffs_softdep.c1853 VOP_BMAP(bp->b_vp, bp->b_lblkno, NULL, &bp->b_blkno,
5296 softdep_error(bp->b_vp->v_mount->mnt_stat.f_mntonname, bp->b_error);
/mirbsd/src/sys/uvm/
Duvm_swap.c1388 nbp->vb_buf.b_vp = NULLVP;
1488 bp, bp->b_vp, bp->b_blkno, bp->b_bcount);
1490 bp->b_vp->v_numoutput++;
1514 vbp, vbp->vb_buf.b_vp, vbp->vb_buf.b_blkno, vbp->vb_buf.b_data);
1535 if (vbp->vb_buf.b_vp != NULL) {
1975 bp->b_vp = NULL;
2062 if (bp->b_vp)
2065 if (write && bp->b_vp)
2066 vwakeup(bp->b_vp);
Duvm_pager.c875 if (write && (bp->b_flags & B_AGE) != 0 && bp->b_vp != NULL) {
876 vwakeup(bp->b_vp);
/mirbsd/src/sys/dev/
Dvnd.c661 nbp->vb_buf.b_vp = vp; in vndstrategy()
689 nbp->vb_buf.b_vp->v_numoutput++; in vndstrategy()
728 vnd-vnd_softc, bp, bp->b_vp, bp->b_blkno, bp->b_data, in vndstart()
735 bp->b_vp->v_numoutput++; in vndstart()
750 vnd-vnd_softc, vbp, vbp->vb_buf.b_vp, vbp->vb_buf.b_blkno, in vndiodone()
Dccd.c793 cbpp[0]->cb_buf.b_vp->v_numoutput++; in ccdstart()
798 cbpp[1]->cb_buf.b_vp->v_numoutput++; in ccdstart()
816 cbp->cb_buf.b_vp->v_numoutput++; in ccdstart()
918 nbp->b_vp = ci->ci_vp; in ccdbuffer()
962 cbp2->cb_buf.b_vp = ci2->ci_vp; in ccdbuffer()
/mirbsd/src/sys/sys/
Dbuf.h95 struct vnode *b_vp; /* Device vnode. */ member
/mirbsd/src/sys/msdosfs/
Dmsdosfs_vnops.c1832 struct denode *dep = VTODE(bp->b_vp);
1837 if (bp->b_vp->v_type == VBLK || bp->b_vp->v_type == VCHR)
/mirbsd/src/sys/nfs/
Dnfs_syscalls.c953 vp = bp->b_vp;
971 nbp->b_vp->v_numoutput++;
Dnfs_vnops.c3009 vp = bp->b_vp;
3014 bp, bp->b_vp, bp->b_validoff, bp->b_validend, bp->b_dirtyoff,
3025 bp->b_vp->v_numoutput++;
3061 retv = nfs_commit(bp->b_vp, off, cnt, bp->b_proc);
3081 nfs_clearcommit(bp->b_vp->v_mount);
Dnfs_bio.c605 vp = bp->b_vp;
/mirbsd/src/sys/ntfs/
Dntfs_vnops.c354 struct vnode *vp = bp->b_vp;
/mirbsd/src/sys/isofs/cd9660/
Dcd9660_vnops.c908 struct vnode *vp = bp->b_vp;
/mirbsd/src/sys/ufs/ufs/
Dufs_vnops.c1685 struct vnode *vp = bp->b_vp;