ffs_balloc_ufs2
static int ffs_balloc_ufs2(struct vnode *, off_t, int, kauth_cred_t, int,
error = ffs_balloc_ufs2(vp, off, size, cred, flags, bpp);
static int ffs_balloc_ufs2(struct inode *, off_t, int, struct buf **);
return ffs_balloc_ufs2(ip, offset, bufsize, bpp);