ffs_statfs
error = ffs_statfs(mp, sbp, cred);
int ffs_statfs(struct mount *, struct statfs *, struct ucred *);
.vfs_statfs = ffs_statfs,