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

/xnu-2422.115.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c241 if (buf_vnode(ap->a_bp) == NULL || !chkvnlock(buf_vnode(ap->a_bp))) {
242 buf_seterror(ap->a_bp, EIO);
243 buf_biodone(ap->a_bp);
246 return (VNOP_STRATEGY(ap->a_bp));
/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c258 * struct buf *a_bp; // Description of the desired IO
262 * Given an IO description (a_bp), does any preparations required by the filesystem, and then passes the IO off to
278 dvp = vfs_devvp(buf_vnode(ap->a_bp)->v_mount);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_support.c628 struct buf *a_bp;
711 struct buf *a_bp;
717 return ((int)buf_bwrite(ap->a_bp));
H A Dkpi_vfs.c5268 struct buf *a_bp;
5279 a.a_bp = bp;
5288 buf_t a_bp;
5298 a.a_bp = bp;
H A Dvfs_bio.c1203 * struct buf *a_bp;
1209 buf_t bp = ((struct vnop_strategy_args *)ap)->a_bp;
2290 return (buf_bwrite(ap->a_bp));
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h1425 struct buf *a_bp; member in struct:vnop_strategy_args
1441 buf_t a_bp; member in struct:vnop_bwrite_args
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c1927 bp = ap->a_bp;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c3205 buf_t bp = ap->a_bp;
4773 register struct buf *bp = ap->a_bp;

Completed in 66 milliseconds