HomeSort by: relevance | last modified time | path
    Searched refs:dostatvfs (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_compat_20.c 110 error = dostatvfs(mp, sb, l, SCARG(uap, flags), 0);
129 error = dostatvfs(p->p_cwdi->cwdi_rdir->v_mount,
172 if ((error = dostatvfs(mp, sb, l, 0, 0)) != 0)
199 if ((error = dostatvfs(mp, sb, l, 0, 0)) != 0)
  /src/sys/compat/common/
vfs_syscalls_20.c 102 if ((error = dostatvfs(mp, sbuf, l, 0, 1)) != 0)
133 if ((error = dostatvfs(mp, sbuf, l, 0, 1)) != 0)
  /src/sys/sys/
statvfs.h 150 int dostatvfs(struct mount *, struct statvfs *, struct lwp *, int, int);
  /src/sys/kern/
vfs_syscalls.c 1267 dostatvfs(struct mount *mp, struct statvfs *sp, struct lwp *l, int flags, function in typeref:typename:int
1357 error = dostatvfs(mp, sb, l, flags, 1);
1397 error = dostatvfs(mp, sb, curlwp, flags, 1);
1445 error = dostatvfs(mp, sb, l, flags, 0);
1463 error = dostatvfs(p->p_cwdi->cwdi_rdir->v_mount,
2333 error = dostatvfs(mp, sb, l, flags, 1);
  /src/sys/miscfs/procfs/
procfs_linux.c 650 if ((error = dostatvfs(mp, sfs, curl, MNT_WAIT, 0)) == 0)

Completed in 16 milliseconds