dostatvfs
if ((error = dostatvfs(mp, sbuf, l, 0, 1)) != 0)
if ((error = dostatvfs(mp, sbuf, l, 0, 1)) != 0)
error = dostatvfs(mp, sb, l, SCARG(uap, flags), 0);
error = dostatvfs(p->p_cwdi->cwdi_rdir->v_mount,
if ((error = dostatvfs(mp, sb, l, 0, 0)) != 0)
if ((error = dostatvfs(mp, sb, l, 0, 0)) != 0)
error = dostatvfs(mp, sb, l, flags, 1);
error = dostatvfs(mp, sb, curlwp, flags, 1);
error = dostatvfs(mp, sb, l, flags, 0);
error = dostatvfs(p->p_cwdi->cwdi_rdir->v_mount,
error = dostatvfs(mp, sb, l, flags, 1);
if ((error = dostatvfs(mp, sfs, curl, MNT_WAIT, 0)) == 0)
int dostatvfs(struct mount *, struct statvfs *, struct lwp *, int, int);