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