Home
last modified time | relevance | path

Searched refs:fstatfs (Results 1 – 16 of 16) sorted by relevance

/dragonfly/lib/libc_rtld/
HDMakefile24 flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \
/dragonfly/lib/libc/include/
HDnamespace.h63 #define fstatfs _fstatfs macro
HDun-namespace.h44 #undef fstatfs
/dragonfly/sys/sys/
HDsyscall.mk111 fstatfs.o \
HDsysunion.h120 struct fstatfs_args fstatfs; member
HDmount.h814 int fstatfs (int, struct statfs *);
/dragonfly/lib/libc/sys/
HDMakefile.inc223 MLINKS+=statfs.2 fstatfs.2
HDSymbol.map86 fstatfs;
/dragonfly/bin/rm/
HDrm.c453 if (fstatfs(fd, &fsb) == -1) in rm_overwrite()
/dragonfly/contrib/libarchive/libarchive/
HDarchive_read_disk_posix.c1602 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()
/dragonfly/usr.bin/xinstall/
HDxinstall.c1174 if (nommap || fstatfs(fd, &stfs) != 0) in trymmap()
/dragonfly/contrib/grep/lib/
HDfts.c735 if (fd < 0 || fstatfs (fd, &fs_buf) != 0) in filesystem_type()
/dragonfly/crypto/openssh/
HDconfig.h.in622 /* Define to 1 if you have the `fstatfs' function. */
HDconfigure.ac1917 fstatfs \
HDconfig.log10146 configure:16088: checking for fstatfs
/dragonfly/libexec/rtld-elf/
HDrtld.c2235 if (fstatfs(fd, &fs) != 0) { in do_load_object()