Searched refs:statvfs (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/include/sys/
H A Dstatvfs.h42 * statvfs members. (Well, actually, we don't -- see below -- but
59 struct statvfs { struct
78 int fstatvfs(int, struct statvfs *);
79 int statvfs(const char *__restrict, struct statvfs *__restrict);
/barrelfish-master/lib/libc/gen/
H A Dstatvfs.c36 #include <sys/statvfs.h>
43 static int sfs2svfs(const struct statfs *from, struct statvfs *to);
46 fstatvfs(int fd, struct statvfs *result)
73 statvfs(const char * __restrict path, struct statvfs * __restrict result) function
98 sfs2svfs(const struct statfs *from, struct statvfs *to)
100 static const struct statvfs zvfs;
138 struct statvfs buf;
140 if (statvfs(argv[1], &buf) < 0)
141 err(1, "statvfs");
[all...]
H A DMakefile.inc121 statvfs.c \
274 statvfs.3 \
479 MLINKS+=statvfs.3 fstatvfs.3
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Dfilesystem_common.h21 #include <sys/statvfs.h>
H A Doperations.cpp24 #include <sys/statvfs.h>
1190 struct statvfs m_svfs = {};
1191 if (::statvfs(p.c_str(), &m_svfs) == -1) {

Completed in 39 milliseconds