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

  /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);
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);
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);

Completed in 38 milliseconds