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

/dovecot/src/lib/
H A Dmountpoint.c13 # include <sys/statvfs.h> /* NetBSD 3.0+, FreeBSD 5.0+ */
14 # define STATVFS_STR "statvfs"
19 # define statvfs statfs macro
66 struct statvfs buf;
69 if (statvfs(path, &buf) < 0) {
143 struct statvfs *fs;
297 struct statvfs *fs = iter->fs;

Completed in 6 milliseconds