VOP_BMAP          509 dev/vnd.c      		error = VOP_BMAP(vnd->sc_vp, bn / bsize, &vp, &nbn, &nra);
VOP_BMAP          832 isofs/cd9660/cd9660_vnops.c 		error = VOP_BMAP(vp, bp->b_lblkno, NULL, &bp->b_blkno, NULL);
VOP_BMAP          853 isofs/udf/udf_vnops.c 		error = VOP_BMAP(vp, bp->b_lblkno, NULL, &bp->b_blkno, NULL);
VOP_BMAP          482 kern/vfs_bio.c 	if (VOP_BMAP(vp, blkno + 1, NULL, &sblkno, &maxra))
VOP_BMAP          130 kern/vfs_cluster.c 		    (VOP_BMAP(vp, lbn, NULL, &bp->b_blkno, &maxclen) ||
VOP_BMAP          257 miscfs/deadfs/dead_vnops.c 	return (VOP_BMAP(ap->a_vp, ap->a_bn, ap->a_vpp, ap->a_bnp, ap->a_runp));
VOP_BMAP          336 sys/vnode_if.h int VOP_BMAP(struct vnode *, daddr64_t, struct vnode **, daddr64_t *, int *);
VOP_BMAP          118 ufs/ext2fs/ext2fs_subr.c 		if (VOP_BMAP(ep->b_vp, (daddr_t)0, &vp, (daddr_t)0, NULL))
VOP_BMAP         1874 ufs/ffs/ffs_softdep.c 			VOP_BMAP(bp->b_vp, bp->b_lblkno, NULL, &bp->b_blkno,
VOP_BMAP          136 ufs/ffs/ffs_subr.c 		if (VOP_BMAP(ep->b_vp, (daddr_t)0, &vp, (daddr_t)0, NULL))
VOP_BMAP         1556 ufs/ufs/ufs_vnops.c 		error = VOP_BMAP(vp, bp->b_lblkno, NULL, &bp->b_blkno,
VOP_BMAP         1325 uvm/uvm_swap.c 		error = VOP_BMAP(sdp->swd_vp, byteoff / sdp->swd_bsize,