Searched refs:fstatfs (Results 1 – 16 of 16) sorted by relevance
24 flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \
63 #define fstatfs _fstatfs macro
44 #undef fstatfs
111 fstatfs.o \
120 struct fstatfs_args fstatfs; member
814 int fstatfs (int, struct statfs *);
223 MLINKS+=statfs.2 fstatfs.2
86 fstatfs;
453 if (fstatfs(fd, &fsb) == -1) in rm_overwrite()
1602 r = fstatfs(fd, &sfs); in setup_current_filesystem()1616 r = fstatfs(tree_current_dir_fd(t), &sfs); in setup_current_filesystem()1779 r = fstatfs(fd, &sfs); in setup_current_filesystem()1800 r = fstatfs(tree_current_dir_fd(t), &sfs); in setup_current_filesystem()
1174 if (nommap || fstatfs(fd, &stfs) != 0) in trymmap()
735 if (fd < 0 || fstatfs (fd, &fs_buf) != 0) in filesystem_type()
622 /* Define to 1 if you have the `fstatfs' function. */
1917 fstatfs \
10146 configure:16088: checking for fstatfs
2235 if (fstatfs(fd, &fs) != 0) { in do_load_object()