Home | History | Annotate | Download | only in sys

Lines Matching refs:statvfs

42 #include <sys/statvfs.h>
44 #include <compat/sys/statvfs.h>
46 __warn_references(statvfs,
47 "warning: reference to compatibility statvfs(); include <sys/statvfs.h> to generate correct reference")
49 "warning: reference to compatibility statvfs1(); include <sys/statvfs.h> to generate correct reference")
52 "warning: reference to compatibility fstatvfs(); include <sys/statvfs.h> to generate correct reference")
54 "warning: reference to compatibility fstatvfs1(); include <sys/statvfs.h> to generate correct reference")
57 "warning: reference to compatibility getvfsstat(); include <sys/statvfs.h> to generate correct reference")
59 __strong_alias(statvfs, __compat_statvfs)
68 struct statvfs sb;
78 struct statvfs sb;
88 struct statvfs sb;
98 struct statvfs sb;
109 struct statvfs *sb = calloc(count, sizeof(*sb));