Searched refs:a_bp (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/sys/miscfs/deadfs/
H A Ddead_vnops.c183 if (ap->a_bp->b_vp == NULL || !chkvnlock(ap->a_bp->b_vp)) {
184 ap->a_bp->b_flags |= B_ERROR;
186 biodone(ap->a_bp);
190 return (VOP_STRATEGY(ap->a_bp->b_vp, ap->a_bp));
/openbsd-current/sys/kern/
H A Dvfs_default.c156 return (bwrite(ap->a_bp));
H A Dvfs_vops.c626 a.a_bp = bp;
641 a.a_bp = bp;
H A Dspec_vnops.c444 struct buf *bp = ap->a_bp;
/openbsd-current/sys/ufs/mfs/
H A Dmfs_vnops.c124 struct buf *bp = ap->a_bp;
/openbsd-current/sys/sys/
H A Dvnode.h554 struct buf *a_bp; member in struct:vop_strategy_args
560 struct buf *a_bp; member in struct:vop_bwrite_args
/openbsd-current/sys/ntfs/
H A Dntfs_vnops.c254 struct buf *bp = ap->a_bp;
/openbsd-current/sys/isofs/cd9660/
H A Dcd9660_vnops.c701 struct buf *bp = ap->a_bp;
/openbsd-current/sys/isofs/udf/
H A Dudf_vnops.c869 bp = ap->a_bp;
/openbsd-current/sys/ufs/ufs/
H A Dufs_vnops.c1478 struct buf *bp = ap->a_bp;
/openbsd-current/sys/msdosfs/
H A Dmsdosfs_vnops.c1763 struct buf *bp = ap->a_bp;
/openbsd-current/sys/nfs/
H A Dnfs_vnops.c3014 struct buf *bp = ap->a_bp;
3321 return (nfs_writebp(ap->a_bp, 1));

Completed in 202 milliseconds