VOP_BMAP
(void)VOP_BMAP(vp, lbn, &daddr);
error = VOP_BMAP(vnd->sc_vp, 0, NULL, &nbn, NULL);
error = VOP_BMAP(vnd->sc_vp, bn / bsize, &vp, &nbn, &nra);
error = VOP_BMAP(vp, bp->b_lblkno, NULL, &bp->b_blkno, NULL);
if ((error = VOP_BMAP(vp, lbn, &devvp, &lbn, NULL)) != 0) {
error = VOP_BMAP(vp, bp->b_lblkno, NULL, &bp->b_blkno, NULL);
error = VOP_BMAP(vp, bp->b_lblkno, NULL, &bp->b_blkno, NULL);
error = VOP_BMAP(vp, bp->b_lblkno, NULL, &bp->b_blkno, NULL);
error = VOP_BMAP(v, b->b_lblkno, NULL, &b->b_blkno, NULL);
return VOP_BMAP(tvp, ap->a_bn, ap->a_vpp, ap->a_bnp, ap->a_runp);
error = VOP_BMAP(vp, b->b_lblkno, NULL, &b->b_blkno, NULL);
error = VOP_BMAP(vp, *block, NULL, block, NULL);
error = VOP_BMAP(vp, ibn, NULL, &obn, NULL);
if ((error = VOP_BMAP(vp, off, &devvp, &logpbn, 0)) != 0) {
if ((error = VOP_BMAP(vp, off, &devvp, &logpbn, &run)) != 0) {
error = VOP_BMAP(vp, lbn, &devvp, &blkno, &run);
error = VOP_BMAP(vp, lbn, NULL, &blkno, &run);
error = VOP_BMAP(vp, lbn, &devvp, &blkno, &run);
error = VOP_BMAP(vp, bn, vpp, bnp, runp);
int VOP_BMAP(struct vnode *, daddr_t, struct vnode **, daddr_t *, int *);
error = VOP_BMAP(vp, lbn, NULL, &daddr, NULL);
error = VOP_BMAP(vp, lbn, NULL, &daddr, NULL);
if (VOP_BMAP(vp, blkp->bi_lbn, NULL, &b_daddr, NULL) ||
error = VOP_BMAP(vp, blkp->bi_lbn, NULL,
error = VOP_BMAP(vp, bp->b_lblkno, NULL, &bp->b_blkno,
error = VOP_BMAP(vp, lbn, NULL, &daddr, &run);
error = VOP_BMAP(vp, bp->b_lblkno, NULL, &bp->b_blkno,
error = VOP_BMAP(sdp->swd_vp, byteoff / sdp->swd_bsize,