Searched refs:statvfs (Results 1 – 5 of 5) sorted by relevance
59 struct statvfs { struct78 int fstatvfs(int, struct statvfs *); argument79 int statvfs(const char *__restrict, struct statvfs *__restrict);
32 #include_next <sys/statvfs.h>
12 ngx_include="sys/statvfs.h"; . auto/include
246 ngx_feature="statvfs()"250 #include <sys/statvfs.h>"253 ngx_feature_test="struct statvfs fs;254 statvfs(\".\", &fs);"
886 struct statvfs fs; in ngx_fs_bsize()888 if (statvfs((char *) name, &fs) == -1) { in ngx_fs_bsize()