Home
last modified time | relevance | path

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

/coreutils/m4/
Dstat-prog.m475 AC_CHECK_MEMBERS([struct statfs.f_namelen, struct statfs.f_namemax,
76 struct statfs.f_type, struct statfs.f_frsize],,,
82 [static statfs s;
85 [Define to 1 if the f_fsid member of struct statfs is an integer.])])
/coreutils/man/
Dstat.x6 stat(2), statfs(2), statx(2)
/coreutils/src/
Dstat.c101 # define STATFS statfs
108 statfs (char const *filename, struct fs_info *buf) in statfs() function
135 # define STRUCT_STATVFS struct statfs
Dlocal.mk584 @MANPAGER= man statfs \
Dtail.c925 struct statfs buf; in fremote()