Symbol: ST_WAIT
lib/libc/compat/sys/compat_statfs.c
96
if ((ret = __fhstatvfs190(fh, FHANDLE30_SIZE, &nst, ST_WAIT)) == -1)
lib/libc/sys/statvfs.c
42
return statvfs1(file, st, ST_WAIT);
lib/libc/sys/statvfs.c
48
return fstatvfs1(f, st, ST_WAIT);
lib/libc/sys/statvfs.c
54
return fhstatvfs1(fh, fh_size, st, ST_WAIT);
lib/libukfs/ukfs.c
598
rv = rump_sys_statvfs1(mountpath, &svfsb, ST_WAIT);
libexec/lfs_cleanerd/lfs_cleanerd.c
184
if (kops.ko_statvfs(fsname, &sf, ST_WAIT) < 0)
sys/compat/linux/common/linux_misc.c
395
error = do_sys_pstatvfs(l, SCARG(uap, path), ST_WAIT, sb);
sys/compat/linux/common/linux_misc.c
417
error = do_sys_fstatvfs(l, SCARG(uap, fd), ST_WAIT, sb);
sys/compat/linux/common/linux_misc_notalpha.c
358
error = do_sys_pstatvfs(l, SCARG(uap, path), ST_WAIT, sb);
sys/compat/linux/common/linux_misc_notalpha.c
383
error = do_sys_fstatvfs(l, SCARG(uap, fd), ST_WAIT, sb);
sys/compat/linux32/common/linux32_misc.c
108
error = do_sys_fstatvfs(l, SCARG(uap, fd), ST_WAIT, sb);
sys/compat/linux32/common/linux32_misc.c
130
error = do_sys_pstatvfs(l, SCARG_P32(uap, path), ST_WAIT, sb);
sys/compat/linux32/common/linux32_misc.c
152
error = do_sys_fstatvfs(l, SCARG(uap, fd), ST_WAIT, sb);
sys/compat/linux32/common/linux32_misc.c
86
error = do_sys_pstatvfs(l, SCARG_P32(uap, path), ST_WAIT, sb);
tests/fs/ffs/t_mount.c
123
rump_sys_statvfs1("/mp", &svb, ST_WAIT);
tests/fs/ffs/t_mount.c
82
rump_sys_statvfs1("/mp", &svb, ST_WAIT);
tests/fs/lfs/t_fcntl.c
333
rump_sys_fstatvfs1(fd, &statbuf, ST_WAIT);
tests/fs/lfs/t_fcntl.c
342
rump_sys_fstatvfs1(fd, &statbuf, ST_WAIT);
tests/fs/puffs/t_basic.c
38
if (rump_sys_statvfs1(fs, &svb, ST_WAIT) == -1)
tests/fs/vfs/t_rwtoro.c
72
RL(rump_sys_statvfs1(mp, &sbuf, ST_WAIT));
tests/fs/vfs/t_vfsops.c
57
if (rump_sys_statvfs1(path, &svb, ST_WAIT) == -1)
usr.sbin/fssconfig/fssconfig.c
129
if (prog_statvfs1(argv[1], &fsbuf, ST_WAIT) != 0 ||
usr.sbin/mountd/mountd.c
643
statvfs1(rdirpath, &fsb, ST_WAIT) < 0) {
usr.sbin/mountd/mountd.c
965
if (statvfs1(cp, fsp, ST_WAIT) == -1) {