ffs_balloc_ufs2
int ffs_balloc_ufs2(struct vnode *a_vp, off_t a_startoffset, int a_size,
error = ffs_balloc_ufs2(snapvp, lblktosize(fs, (off_t)lbn),
error = ffs_balloc_ufs2(snapvp, lblktosize(fs, (off_t)lbn),
error = ffs_balloc_ufs2(vp, lblktosize(fs, (off_t)lbn),
ump->um_balloc = ffs_balloc_ufs2;
static int ffs_balloc_ufs2(struct inode *, off_t, int, struct m_buf **);
return ffs_balloc_ufs2(ip, offset, bufsize, bpp);