Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dstatvfs.h59 struct statvfs { struct
78 int fstatvfs(int, struct statvfs *); argument
79 int statvfs(const char *__restrict, struct statvfs *__restrict);
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dvfs.h32 #include_next <sys/statvfs.h>
/f-stack/app/nginx-1.16.1/auto/
H A Dheaders12 ngx_include="sys/statvfs.h"; . auto/include
H A Dunix246 ngx_feature="statvfs()"
250 #include <sys/statvfs.h>"
253 ngx_feature_test="struct statvfs fs;
254 statvfs(\".\", &fs);"
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.c886 struct statvfs fs; in ngx_fs_bsize()
888 if (statvfs((char *) name, &fs) == -1) { in ngx_fs_bsize()