Home
last modified time | relevance | path

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

/dragonfly/lib/libc_rtld/
H A DMakefile24 flock.o fpathconf.o fstat.o fstatfs.o fsync.o getdirentries.o \
/dragonfly/lib/libc/include/
H A Dnamespace.h63 #define fstatfs _fstatfs macro
H A Dun-namespace.h44 #undef fstatfs
/dragonfly/sys/sys/
H A Dsysunion.h120 struct fstatfs_args fstatfs; member
H A Dsyscall.mk111 fstatfs.o \
H A Dmount.h814 int fstatfs (int, struct statfs *);
/dragonfly/lib/libc/sys/
H A DMakefile.inc223 MLINKS+=statfs.2 fstatfs.2
H A DSymbol.map86 fstatfs;
/dragonfly/bin/rm/
H A Drm.c453 if (fstatfs(fd, &fsb) == -1) in rm_overwrite()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_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/contrib/less/
H A Dch.c713 if (fstatfs(ch_file, &st) == 0) in ch_flush()
/dragonfly/usr.bin/xinstall/
H A Dxinstall.c1174 if (nommap || fstatfs(fd, &stfs) != 0) in trymmap()
/dragonfly/contrib/grep/lib/
H A Dfts.c735 if (fd < 0 || fstatfs (fd, &fs_buf) != 0) in filesystem_type()
/dragonfly/libexec/rtld-elf/
H A Drtld.c2233 if (fstatfs(fd, &fs) != 0) { in do_load_object()