cd9660_statfs
cd9660_statfs(mp, &mp->mnt_stat, proc0.p_ucred);
cd9660_statfs(mp, &mp->mnt_stat, cred);
static int cd9660_statfs(struct mount *, struct statfs *, struct ucred *);
.vfs_statfs = cd9660_statfs,