OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
1268
dostatvfs
(struct mount *mp, struct statvfs *sp, struct lwp *l, int flags,
function
1358
error =
dostatvfs
(mp, sb, l, flags, 1);
1398
error =
dostatvfs
(mp, sb, curlwp, flags, 1);
1446
error =
dostatvfs
(mp, sb, l, flags, 0);
1464
error =
dostatvfs
(p->p_cwdi->cwdi_rdir->v_mount,
2334
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 30 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026